Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Library.HTTP.RequestInfo.HTTPRequestHTTPInfo Class Reference
+ Inheritance diagram for Library.HTTP.RequestInfo.HTTPRequestHTTPInfo:

Public Member Functions

def __init__
 
def init
 
def get
 
def toString
 
- Public Member Functions inherited from Library.Base.Classwork.AnObject
def init
 Initialize a new object instance. More...
 
def __init__
 Construct and initialize a new instance of AnObject. More...
 
def __del__
 Destroy the object instance. More...
 
def displayName
 Construct a "pretty" display name for the class instance, based on the name of its class. More...
 
def implements
 Determine whether the class instance is related to the specified class. More...
 
def toString
 Return a string representation of the class, suitable for output to a console or text-based device. More...
 
def __str__
 Return a string representation of the class. More...
 
def classname
 Return the name of the class from which the instance was created. More...
 
def name
 Return the name of the class. More...
 

Detailed Description

This class consolidates HTTP information for an HTTP request. 

Constructor & Destructor Documentation

def Library.HTTP.RequestInfo.HTTPRequestHTTPInfo.__init__ (   Self)
Construct a new instance of the class. 

Member Function Documentation

def Library.HTTP.RequestInfo.HTTPRequestHTTPInfo.get (   Self)
Get the attributes of the class from the environment.  This routine
assumes that the script is being run under a CGI environment. 
def Library.HTTP.RequestInfo.HTTPRequestHTTPInfo.init (   Self)
Initialize a new instance of the class.  This routine establishes
the properties of the class and sets their default values. 
def Library.HTTP.RequestInfo.HTTPRequestHTTPInfo.toString (   Self)
Construct a string representation of the HTTP information.  This
representation is suitable for inclusion in a list of HTTP headers being
sent as part of a request. 

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