From f0df673ddd6e4106c3c8d299b294385bc50191e3 Mon Sep 17 00:00:00 2001 From: paohaijiao Date: Sun, 31 May 2026 15:15:27 +0800 Subject: [PATCH] Add JQuickCurl to HTTP Clients Add JQuickCurl to HTTP Clients --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ebb8e4..981f5bf2 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,7 @@ _Libraries that assist with creating HTTP requests and/or binding responses._ - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in the cloud. - [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate. - [unirest-java](https://github.com/Kong/unirest-java) - Simplified, lightweight HTTP client library. - +- [JQuickCurl](https://github.com/paohaijiao/jquick-curl) - A Java HTTP client framework that allows developers to use native cURL syntax directly. Copy from Postman, paste into XML configuration, done. (Apache 2.0, 1.1k ⭐) ### Hypermedia Types _Libraries that handle serialization to hypermedia types._