REMOTE_USER Authenticator: An Authenticator for Jupyterhub to read user information from HTTP request headers, as when running behind an authenticating proxy.
Meatie is a Python typed REST client library that eliminates the need for boilerplate code when integrating with external APIs. The library generates code for calling a REST API based on method signatures annotated with type hints. Meatie abstracts away mechanics related to HTTP communication, such as building URLs, encoding query parameters, parsing, and dumping Pydantic models. With some modest additional configuration effort, generated HTTP clients offer rate limiting, retries, and caching.
HTTP communication through raw sockets using requests for RFC compliance testing
Asynchronous Python HTTP for Humans.
Tools for testing applications that make network requests.
APIQ is a modern Python toolkit for building both synchronous and asynchronous API clients with clean, minimal code and full type safety.
A tool to generate random user-agent and referer data for HTTP requests
A FAST Python module to validate the HTTP requests against the OpenAPI specifications of the REST server.
A package using public proxies to randomise http requests
Really small Python class that extends native http.client.HTTPConnection allowing sending HTTP requests to Unix Sockets
The `abstract_queries` module is designed to facilitate HTTP requests in Python applications, particularly those that require handling JSON data, dealing with custom API endpoints, and parsing complex nested JSON responses. The module simplifies request handling by abstracting away common tasks such as header management, URL construction, and response parsing.
Tools to create python binders to http web services.
A logging library built on top of the requests library to provide a familiar interface for sending HTTP requests with observability features out-of-the-box.
Django app for manage async tasks by http requests
A python library for signing http requests.
Sign- and validate- data (dictionaries, strings) using symmetric-key algorithm.
A python library for signing http requests.
Make HTTP requests with scraped proxies
A simple retry decorator
Authenticate http requests from an API key
a http request class
Http client base pydantic, with requests or aiohttp
Hfinger - fingerprinting malware HTTP requests stored in pcap files
A Python library that make HTTP requests with exponential back-off retry by using requests package.
Robot Framework Requests Logging Library
A library for making simple REST-like HTTP requests
Robot Framework keyword library wrapper around requests
RequestsLibrary Extension
Inspect, search, organize, programmatically extract values and generate static website mirrors from, archive, view, and replay `HTTP` archives/dumps in `WRR` ("Web Request+Response", produced by the `Hoardy-Web` Web Extension browser add-on) and `mitmproxy` (`mitmdump`) file formats.
REMOTE_USER Authenticator: An Authenticator for Jupyterhub to read user information from HTTP request headers, as when running behind an authenticating proxy.
Helpful WebClient class to interact with APIs on the web
Receive and return the value of HTTP X-Request-ID header.
High Performance HTTP Requests Library
socket_request is building and parsing HTTP requests with UNIX domain sockets.
pytest-play plugin driving the famous Python requests library for making HTTP calls
Convert the request data to form-data.
The `abstract_apis` module is designed to facilitate HTTP requests in Python applications, particularly those that require handling JSON data, dealing with custom API endpoints, and parsing complex nested JSON responses. The module simplifies request handling by abstracting away common tasks such as header management, URL construction, and response parsing.
Pretty print your python HTTP requests
Command line-driven HTTP request builder
Django http monitor is a Django app for record http request and response in debug.
Middleware and tool for FastApi HTTP requests and DB queries debugging
Types for HTTP requests and responses
A Django Debug Toolbar panel for Requests
Use this package to make HTTP post calls to django APIs with csrf support, and return response in json.