You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add multiple request support - Send multiple HTTP requests with both
fsockopen and cURL, transparently falling back to synchronous when
not supported.
Add proxy support - HTTP proxies are now natively supported via a high-level API. Major props to Ozh for his fantastic work
on this.
Verify host name for SSL requests - Requests is now the first and only
standalone HTTP library to fully verify SSL hostnames even with socket
connections. Thanks to Michael Adams, Dion Hulse, Jon Cave, and Pádraic Brady
for reviewing the crucial code behind this.
Add cookie support - Adds built-in support for cookies (built entirely
as a high-level API)
Add sessions - To compliment cookies, sessions
can be created with a base URL and default options, plus a shared cookie jar.