Ross ROSS = Recommend OSS · open-source software intelligence for agents

dromara/jquick-curl

jquick‑curl: Java library to run raw curl commands, support copy‑paste curl from Postman/Apifox/Browser DevTools, no need to write HTTP client code. observed · 2026-09-03

github.com/dromara/jquick-curl · Java · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

86/100

  • Activity 100
  • Release rhythm 100
  • Longevity 31
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 18
  • age_days: 438
  • days_rel: 3
  • days_push: 0
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

1081 stars · 69 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Java library that parses raw curl commands (copied from Postman, Apifox, or browser DevTools) into executable HTTP requests, using ANTLR for parsing and OkHttp under the hood. It supports annotation-based and XML-based configuration, variable substitution, conditional rendering, file transfers, and dynamic proxy invocation.

Use cases

  • run curl commands directly from Java without writing HTTP client code
  • convert curl commands copied from Postman or browser DevTools into Java requests
  • define HTTP API clients declaratively with annotations or XML
  • migrate API calls from curl-based documentation into a Java codebase
  • automate API testing with reusable curl command definitions
  • handle file uploads and downloads via curl-style commands
  • manage environment variables and conditional headers in HTTP requests

When to choose

  • your team shares and debugs requests as raw curl commands
  • you want request definitions separated from Java business code
  • you need to quickly port curl commands from tools like Postman into Java
  • you prefer declarative API clients over hand-written OkHttp or RestTemplate code

When to avoid

  • you need fine-grained programmatic control over HTTP client behavior
  • your project already standardizes on OkHttp, RestTemplate, or Spring WebClient
  • you don't work with curl commands or need streaming/WebSocket support

Facets

library · maturity active

http-client parser api-framework web-development apis developer-tools backend jvm cross-platform curl http-client antlr okhttp declarative-api dynamic-proxy request-configuration

1 source

Member repositories

RepositoryRoleHealth v2
dromara/jquick-curlmain86

For agents

markdown · JSON · MCP: product_card(name="dromara/jquick-curl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem