feign
HTTP client library
Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services.
Feign makes writing java http clients easier
10k stars
400 watching
2k forks
Language: Java
last commit: 3 days ago
Linked from 1 awesome list
http-clientinterfacejavajax-rsokhttp3slf4j
Related projects:
Repository | Description | Stars |
---|---|---|
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,356 |
wiremock/wiremock | A tool for mocking HTTP services in development and testing environments | 6,374 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,872 |
scribejava/scribejava | An OAuth client library for Java that simplifies authentication and authorization with various APIs. | 5,438 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,292 |
nanohttpd/nanohttpd | A lightweight HTTP server for Java applications | 6,955 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,674 |
fabric8io/kubernetes-client | Provides access to Kubernetes and OpenShift REST APIs via a fluent DSL in Java. | 3,420 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,103 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,738 |
swagger-api/swagger-codegen | Automatically generates API client libraries, server stubs, and documentation from an OpenAPI definition. | 17,047 |
ava/use-http | A React hook for making isomorphic HTTP requests with features like server-side rendering support and built-in caching. | 2,315 |
jakechampion/fetch | A polyfill for the Fetch API in web browsers | 25,757 |
http4k/http4k | A toolkit for building functional HTTP services in Kotlin | 2,620 |