# 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.

Repository: https://github.com/dromara/jquick-curl
Canonical: https://ross.abutalabs.com/products/jquick-curl
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-09-02T12:32:26+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 100, longevity 31
- inputs: {"age_days": 438, "days_push": 0, "days_rel": 3, "gap_med": 18, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1081, forks 69 (observed 2026-09-03T02:15:11.388604+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-client, parser, api-framework
- domain: web-development, apis, developer-tools, backend
- platform: jvm, cross-platform
- tags: curl, http-client, antlr, okhttp, declarative-api, dynamic-proxy, request-configuration

## Member repositories
- dromara/jquick-curl (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:11.388604+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:27.497132+00:00, confidence not recorded.
  - readme: https://github.com/dromara/jquick-curl (fetched 2026-09-03T02:15:11.388604+00:00, sha c53fc9f08d79)
- Data as of 2026-08-30T08:39:29.467469+00:00.
