http-request
HTTP client library
A simple convenience library for using HttpURLConnection to make requests and access the response.
Java HTTP Request Library
3k stars
227 watching
843 forks
Language: Java
last commit: about 1 year ago httphttp-clientjava
Related projects:
Repository | Description | Stars |
---|---|---|
kylebebak/requester | A modern HTTP client built on top of the Requests library for creating and executing REST requests in Python. | 307 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,529 |
jakutis/httpinvoke | An HTTP client library providing a promise-based or callback-based API for sending and receiving data over the web. | 343 |
asynchttpclient/async-http-client | An asynchronous HTTP client library for Java applications | 6,301 |
http4k/http4k | A toolkit for building and consuming HTTP services in a functional way using Kotlin | 2,625 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,678 |
jeremycw/httpserver.h | A single header C library for building event-driven non-blocking HTTP servers | 1,796 |
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,014 |
android-async-http/android-async-http | An HTTP client library that makes asynchronous requests to retrieve data from servers | 10,632 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,977 |
kittinunf/fuel | An HTTP networking library for Kotlin/Android backed by Kotlinx Coroutines. | 4,576 |
kennethreitz/requests | An HTTP client library for Python that simplifies sending and receiving HTTP requests. | 279 |
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |
qustavo/httplab | An interactive web server for inspecting and manipulating HTTP requests and responses | 4,057 |
javalin/javalin | A lightweight web framework for building RESTful APIs with Kotlin and Java | 7,649 |