arsenic.http
This module holds http authentication helpers.
-
class
arsenic.http.Auth
Abstract base class for authentication.
Abstract method which returns a dictionary of headers.
-
class
arsenic.http.BasicAuth(username, password)
Basic auth implementation of the Auth abstract class.