requests_toolbelt
0.9.1
  • The Requests Toolbelt
  • Contributing to this project
  • Transport Adapters
  • Authentication
  • Deprecated Requests Utilities
  • Utilities for Downloading Streaming Responses
  • Utilities for Dumping Information About Responses
  • Utilities for Enhanced Form-Data Serialization
  • Custom Toolbelt Exceptions
  • Specialized Sessions
  • Using requests with Threading
  • Uploading Data
  • User-Agent Constructor
requests_toolbelt
  • Docs »
  • requests toolbelt
  • View page source

requests toolbelt¶

This is a collection of utilities that some users of python-requests might need but do not belong in requests proper. The library is actively maintained by members of the requests core development team, and so reflects the functionality most requested by users of the requests library.

To get an overview of what the library contains, consult the user documentation.

Overview¶

  • The Requests Toolbelt
  • Contributing to this project

Full Documentation¶

  • Transport Adapters
    • AppEngineAdapter
    • FingerprintAdapter
    • SSLAdapter
    • HostHeaderSSLAdapter
    • SourceAddressAdapter
    • SocketOptionsAdapter
    • TCPKeepAliveAdapter
    • X509Adapter
  • Authentication
    • AuthHandler
    • GuessAuth
    • GuessProxyAuth
    • HTTPProxyDigestAuth
  • Deprecated Requests Utilities
  • Utilities for Downloading Streaming Responses
  • Utilities for Dumping Information About Responses
  • Utilities for Enhanced Form-Data Serialization
  • Custom Toolbelt Exceptions
  • Specialized Sessions
    • BaseUrlSession
  • Using requests with Threading
    • API and Module Auto-Generated Documentation
  • Uploading Data
    • Streaming Multipart Data Encoder
    • Monitoring Your Streaming Multipart Upload
    • Streaming Data from a Generator
  • User-Agent Constructor
    • Adding Extra Information to Your User-Agent String
    • Selecting Only What You Want

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2015, Ian Cordasco, Cory Benfield

Built with Sphinx using a theme provided by Read the Docs.