A custom ASGI middleware for starlette to handle GZipped HTTP Requests
REMOTE_USER Authenticator: An Authenticator for Jupyterhub to read user information from HTTP request headers, as when running behind an authenticating proxy. Based on https://github.com/cwaldbieser/jhub_remote_user_authenticator and https://github.com/rasmunk/jhub-authenticators
OAuth2 support to Python-Requests HTTP library.
A library for mocking requests in Tornado HTTP client
Patch requests, urllib and urllib3 to make them work in Pyodide
httptools helps you to capture, repeat and live intercept HTTP requests. It is built on top of [mitmproxy](https://mitmproxy.org/)
HTTP Request Builder based on requests Library
An asynchronous HTTP and RESTful API requests framework for asyncio and Python
Flask toolkits to boost your development and simplify flask, its featured with AutoSwagger
Use requests to talk HTTP via a UNIX domain socket
Standalone HTTP Request Signers for Amazon Web Services
Parse HTTP messages simply and quickly with Python
Robot Framework Library For Checking HTTP Response Status Codes
Abstracts HTTP requests to be easier to use
Akeneo Connector is a Python package that simplifies interacting with Akeneo's REST API. It provides classes for making HTTP requests to Akeneo endpoints, handling pagination in responses, and managing product data in Akeneo.
Provides an adapter for mocking HTTP requests for unit test purposes.
Tools to create python binders to http web services.
Sign- and validate- data (dictionaries, strings) using symmetric-key algorithm.
A Django Debug Toolbar panel for Requests
Http client base pydantic, with requests or aiohttp
templates for servers
Negotiate authentication for the requests HTTP client library
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.
Library for simple HTTP server & REST HTTP server base based on Tornado. Includes: Logging requests and responses with Request Id; Configuration loading; Methods for requests proxying
Asynchronous Python HTTP for Humans.
Really small Python class that extends native http.client.HTTPConnection allowing sending HTTP requests to Unix Sockets
Rigor is a Domain Specific Language (DSL) and Command Line Interface (CLI) for making HTTP requests, extracting data, and validating responses. The main intent of Rigor is to be an HTTP-based API (e.g. REST) Testing Framework for automated functional or integration testing.
A FAST Python module to validate the HTTP requests against the OpenAPI specifications of the REST server.
A simple retry decorator
Fake Network Requests helper that retrieves data from a local file.
A Robot Framework library for managing and manipulating HTTP requests and responses using a man-in-the-middle proxy approach. It allows blocking requests, customizing responses, adding delays, and more.
Make HTTP requests with scraped proxies
A package using public proxies to randomise http requests
An abstraction of the requests library providing a simpler API for consuming HTTP REST APIs
Adds Request ID inside your http requests to better identify what's happening on your app
socket_request is building and parsing HTTP requests with UNIX domain sockets.
REMOTE_USER Authenticator: An Authenticator for Jupyterhub to read user information from HTTP request headers, as when running behind an authenticating proxy.
A request authentication plugin implementing IETF HTTP Message Signatures
A Python library that make HTTP requests with exponential back-off retry by using requests package.
HTTP communication through raw sockets using requests for RFC compliance testing