Skip to main content

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

Project description

READ ME, READ ME!!

all the interesting & useful info goes here!!!

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.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.2.tar.gz (15.6 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