Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 634 Bytes

sessions.rst

File metadata and controls

24 lines (16 loc) · 634 Bytes

Specialized Sessions

The toolbelt provides specialized session classes in the requests_toolbelt.sessions module.

requests_toolbelt.sessions

BaseUrlSession

0.7.0

Many people have written Session subclasses that allow a "base URL" to be specified so all future requests need not specify the complete URL. To create one simplified and easy to configure version, we've added the requests_toolbelt.sessions.BaseUrlSession object to the Toolbelt.

requests_toolbelt.sessions.BaseUrlSession