The web module

The web module provides classes, and functions which provide various functionality respective to websites.

The UrlRequest class

Inheritance diagram of pyamp.web.web.UrlRequest

class pyamp.web.web.UrlRequest[source]

The UrlRequest provides methods for requesting webpages.

classmethod authenticate(username, password, url)[source]

Request a page that requires authentication.

classmethod get(url)[source]

Get the content of a page.

classmethod request(url)[source]

Request a page.

Table Of Contents

Previous topic

The hacking module

Next topic

The networking module

This Page