Skip to main content

Python module that will, in a single line, fetch an http/https url and return a string or dictionary (JSON)

Project description

SimpleHttpFetch supports through the most simple interface possible fetching of URLs as strings or JSON as dict

It supports both HTTP and HTTPS through the same interface. It will automatically follow 301 redirects and Location headers, you do not have to worry about handling that.

Fetching the contents of a URL could not be simpler!!!

Example Usage

Fetch google.com over HTTPS and return contents as a string:

import SimpleHttpFetch

contents = SimpleHttpFetch.fetchUrl(’https://www.google.com’)

That’s it!!!

You can also convert a page that returns JSON into a dictonary with a single call as well!

Fetch a servlet that returns JSON from example.com over HTTP, and convert to a python dictionary:

import SimpleHttpFetch

jsonContents = SimpleHttpFetch.fetchUrlAsJson(’http://www.example.com/myJsonServlet?username=myuser’)

So simple!

Full Documentation

Full documentation on other methods and arguments can be found here: http://htmlpreview.github.io/?https://github.com/kata198/SimpleHttpFetch/blob/master/doc/SimpleHttpFetch.html .

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

SimpleHttpFetch-1.1.1.tar.gz (13.4 kB view details)

Uploaded Source

File details

Details for the file SimpleHttpFetch-1.1.1.tar.gz.

File metadata

File hashes

Hashes for SimpleHttpFetch-1.1.1.tar.gz
Algorithm Hash digest
SHA256 edca56f977cb735f6d31baba607bd9babed840b0d628646270dad9c8f5f80aaf
MD5 80472a80e91c593d29a669b23bfad8a3
BLAKE2b-256 cc1382699b587a8fd7f38f5f0b53e149c7fc2dab5710e6c612f2bf39eb9c819a

See more details on using hashes here.

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