Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webiopi.protocols.http.HTTPHandler Class Reference
Inheritance diagram for webiopi.protocols.http.HTTPHandler:

Public Member Functions

def log_message
 
def log_error
 
def version_string
 
def checkAuthentication
 
def requestAuthentication
 
def logRequest
 
def sendResponse
 
def findFile
 
def serveFile
 
def processRequest
 
def do_GET
 
def do_POST
 

Public Attributes

 command
 

Static Public Attributes

tuple logger = logging.getLogger("HTTP")
 

Detailed Description

Definition at line 98 of file http.py.

Member Function Documentation

def webiopi.protocols.http.HTTPHandler.checkAuthentication (   self)
def webiopi.protocols.http.HTTPHandler.do_GET (   self)

Definition at line 266 of file http.py.

References webiopi.protocols.http.HTTPHandler.processRequest().

def webiopi.protocols.http.HTTPHandler.do_POST (   self)

Definition at line 269 of file http.py.

References webiopi.protocols.http.HTTPHandler.processRequest().

def webiopi.protocols.http.HTTPHandler.findFile (   self,
  filepath 
)

Definition at line 157 of file http.py.

Referenced by webiopi.protocols.http.HTTPHandler.serveFile().

def webiopi.protocols.http.HTTPHandler.log_error (   self,
  fmt,
  args 
)

Definition at line 104 of file http.py.

def webiopi.protocols.http.HTTPHandler.log_message (   self,
  fmt,
  args 
)

Definition at line 101 of file http.py.

def webiopi.protocols.http.HTTPHandler.logRequest (   self,
  code 
)
def webiopi.protocols.http.HTTPHandler.processRequest (   self)
def webiopi.protocols.http.HTTPHandler.requestAuthentication (   self)

Definition at line 131 of file http.py.

Referenced by webiopi.protocols.http.HTTPHandler.processRequest().

def webiopi.protocols.http.HTTPHandler.sendResponse (   self,
  code,
  body = None,
  contentType = "text/plain" 
)
def webiopi.protocols.http.HTTPHandler.serveFile (   self,
  relativePath 
)
def webiopi.protocols.http.HTTPHandler.version_string (   self)

Definition at line 107 of file http.py.

Member Data Documentation

webiopi.protocols.http.HTTPHandler.command

Definition at line 237 of file http.py.

Referenced by webiopi.protocols.http.HTTPHandler.logRequest().

tuple webiopi.protocols.http.HTTPHandler.logger = logging.getLogger("HTTP")
static

Definition at line 99 of file http.py.


The documentation for this class was generated from the following file: