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
415 forks
Language: Go
last commit: 10 months ago gogolanggorequestjsonlibrary
Related projects:
Repository | Description | Stars |
---|---|---|
buger/goreplay | Captures and replays live HTTP traffic to test systems with real data | 18,700 |
gojek/heimdall | An HTTP client with features for handling failures and retries in distributed systems | 2,637 |
spyoungtech/grequests | A Python library that enables asynchronous HTTP requests using the Gevent library. | 4,501 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,678 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
gin-gonic/gin | A high-performance web framework written in Go, providing a fast and flexible API for building HTTP services. | 79,433 |
guzzle/guzzle | A PHP HTTP client library for building simple and flexible web service interactions. | 23,246 |
emmett-framework/granian | A single HTTP server implementation supporting multiple Python application interfaces and protocols | 2,958 |
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,643 |
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,970 |
gocolly/colly | A framework for extracting structured data from websites in a fast and elegant way | 23,444 |
didip/tollbooth | Middleware to control HTTP request rates based on various criteria such as IP address, path, methods, and headers. | 2,717 |
jeffail/tunny | A library for managing a pool of concurrent worker goroutines with synchronous API. | 3,921 |