Skip to main content

Make HTTP/HTTPS requests with cache, cookie, and redirect support

Project description

READ ME

Dogbutler is a client library base on requests but with a cache and persistent cookie support.

INSTALLATION

>>> pip install dogbutler

USAGE

>>> import dogbutler
>>> r = dogbutler.get('http://www.google.com', headers={'name': 'value'})
>>> r.status_code
200
>>> r.content

CHANGE LOG

Version 0.0.3

  • Support Sessions.

  • Not cache hop-by-hop headers

Version 0.0.2

  • Set default cache, cookie cache, and redirect cache backends.

  • Disable cache, cookie cache, and redirect cache by setting each to None.

Version 0.0.1

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dogbutler-0.0.3.tar.gz (17.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page