grequests
Asynchronous Requests Library
A Python library that enables asynchronous HTTP requests using the Gevent library.
Requests + Gevent = <3
4k stars
114 watching
331 forks
Language: Python
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
psf/requests | A simple HTTP library that allows easy and elegant communication between clients and servers. | 52,169 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,440 |
emmett-framework/granian | An HTTP server designed to support Python applications and multiple interface standards | 2,857 |
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 |
wordpress/requests | A lightweight HTTP request library for PHP that simplifies sending HTTP requests without the need to manually handle cURL or socket interactions. | 3,568 |
kevin1024/vcrpy | Automates mocking of HTTP interactions to simplify and speed up testing | 2,715 |
encode/httpx | A next-generation HTTP client library for Python with support for async and sync APIs, including HTTP/1.1 and HTTP/2. | 13,283 |
levigross/grequests | A Go library that mimics the functionality of a popular external HTTP client library | 2,143 |
pygithub/pygithub | A Python library to access the GitHub REST API | 7,042 |
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,237 |
swisskyrepo/ssrfmap | Automates exploiting vulnerabilities in web applications to execute arbitrary actions on their behalf | 2,998 |
typhoeus/typhoeus | A Ruby library for making parallel HTTP requests in a flexible and reliable way | 4,079 |
pyrogram/pyrogram | An asynchronous framework for building Telegram API clients in Python. | 4,412 |
guzzle/guzzle | An extensible PHP HTTP client that abstracts away the underlying transport and provides a simple interface for building HTTP requests. | 23,202 |