gorequest
HTTP Client
A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests.
GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
3k stars
60 watching
414 forks
Language: Go
last commit: 8 months ago gogolanggorequestjsonlibrary
Related projects:
Repository | Description | Stars |
---|---|---|
buger/goreplay | Captures and replays live HTTP traffic into a test environment to continuously test systems with real data. | 18,657 |
gojek/heimdall | An HTTP client with features for handling failures and retries in distributed systems | 2,634 |
spyoungtech/grequests | A Python library that enables asynchronous HTTP requests using the Gevent library. | 4,490 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,674 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
gin-gonic/gin | A high-performance web framework written in Go, providing a fast and flexible API for building HTTP services. | 78,978 |
guzzle/guzzle | An extensible PHP HTTP client that abstracts away the underlying transport and provides a simple interface for building HTTP requests. | 23,202 |
emmett-framework/granian | An HTTP server designed to support Python applications and multiple interface standards | 2,857 |
aliuygur/gores | Utility library providing a set of pre-built HTTP response handlers for building RESTful APIs. | 104 |
zenazn/goji | A minimalistic web framework for Go that values simplicity and composability. | 3,645 |
monaco-io/request | An HTTP client library for making requests in Go | 291 |
gorilla/mux | A powerful HTTP router and URL matcher for building web servers. | 20,887 |
gocolly/colly | A framework for extracting structured data from websites in a fast and elegant way | 23,317 |
didip/tollbooth | Middleware to control HTTP request rates based on various criteria such as IP address, path, methods, and headers. | 2,692 |
jeffail/tunny | A library for managing a pool of concurrent worker goroutines with synchronous API. | 3,892 |