req
Client library
A lightweight, powerful HTTP client library with rich features and customizable settings.
Simple Go HTTP client with Black Magic
4k stars
62 watching
356 forks
Language: Go
last commit: about 2 months ago
Linked from 3 awesome lists
gogolanghttphttp-client
Related projects:
Repository | Description | Stars |
---|---|---|
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,678 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,977 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,445 |
seanmonstar/reqwest | An HTTP client for Rust. | 10,059 |
ybbus/httpretry | Enriches an HTTP client with automatic retry functionality using exponential backoff. | 48 |
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 |
wenerme/go-req | A declarative HTTP client library for the Go programming language | 22 |
gojek/heimdall | An HTTP client with features for handling failures and retries in distributed systems | 2,637 |
julienschmidt/httprouter | A lightweight and high-performance HTTP request router that supports variables in routing patterns and scales well with large numbers of routes. | 16,666 |
henvic/httpretty | Prints HTTP requests in a human-readable format on the terminal | 402 |
psf/requests | A simple HTTP library that allows easy and elegant communication between clients and servers. | 52,280 |
imgproxy/imgproxy | A fast and secure standalone server for resizing and converting images on the fly | 9,093 |
go-resty/resty | A comprehensive HTTP and REST client library for Go with features like request retries, middleware support, and automatic marshaling/unmarshaling. | 10,268 |
mrkkrp/req | An HTTP client library for Haskell with type-safe and expandable features. | 339 |
qustavo/httplab | An interactive web server for inspecting and manipulating HTTP requests and responses | 4,057 |