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
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
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
- readme: https://github.com/dromara/jquick-curl · fetched 2026-09-03 · c53fc9f08d79
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dromara/jquick-curl | main | 86 |
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