Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 540 Bytes

index.rst

File metadata and controls

29 lines (25 loc) · 540 Bytes

Plugins

The plugin system allows to wrap a Client and add some processing logic prior to and/or after sending the actual request or you can even start a completely new request. This gives you full control over what happens in your workflow.

.. toctree::

   introduction
   build-your-own
   seekable-body-plugins
   authentication
   cache
   content-length
   content-type
   cookie
   decoder
   error
   headers
   history
   logger
   query
   redirect
   request-uri-manipulations
   retry
   stopwatch
   vcr