Requests

Requests is a simple and elegant HTTP library for Python, designed for human beings. It provides a clean, human-friendly API for all standard HTTP methods with automatic content handling, authentication, session management, and TLS verification.

API entry from apis.yml

apis.yml Raw ↑
aid: requests:requests
name: Requests
description: Requests is a simple and elegant HTTP library for Python, designed for human beings. It provides
  a clean, human-friendly API for all standard HTTP methods with automatic content handling, authentication,
  session management, and TLS verification.
humanURL: https://requests.readthedocs.io
tags:
- Clients
- HTTP Client
- HTTP Library
- Open Source
- Python
properties:
- type: Documentation
  url: https://requests.readthedocs.io/en/latest/
- type: APIReference
  url: https://requests.readthedocs.io/en/latest/api/
- type: GettingStarted
  url: https://requests.readthedocs.io/en/latest/user/quickstart/
- type: AdvancedUsage
  url: https://requests.readthedocs.io/en/latest/user/advanced/
- type: GitHub
  url: https://github.com/psf/requests
- type: PyPI
  url: https://pypi.org/project/requests/