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.0.tar.gz (13.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for SimpleHttpFetch-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a344a09525a9e2263764fd260885b6966f845162c614ebf1e38c31add5cdb1d1
MD5 3eaa6dcfdd641a51756dd3ac175c0d63
BLAKE2b-256 f7e22e3414ff5026ea648760dae520bf616984a0bbc951d4f9eade4789372210

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