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: about 1 month 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,360 |
wiremock/wiremock | A tool for mocking HTTP services in development and testing environments | 6,410 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,977 |
scribejava/scribejava | An OAuth client library for Java that simplifies authentication and authorization with various APIs. | 5,443 |
asynchttpclient/async-http-client | An asynchronous HTTP client library for Java applications | 6,301 |
nanohttpd/nanohttpd | A lightweight HTTP server for Java applications | 6,974 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,678 |
fabric8io/kubernetes-client | Provides access to Kubernetes and OpenShift REST APIs via a fluent DSL in Java. | 3,428 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,431 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,772 |
swagger-api/swagger-codegen | Automatically generates API client libraries, server stubs, and documentation from an OpenAPI definition. | 17,114 |
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,751 |
http4k/http4k | A toolkit for building and consuming HTTP services in a functional way using Kotlin | 2,625 |