Version 0.1
A very serious, industrial web framework in Tcl
 All Data Structures Namespaces Files Functions Variables Pages
Public Member Functions | Static Public Attributes
tanzer::scgi::request Class Reference
Inheritance diagram for tanzer::scgi::request:
tanzer::request tanzer::message

Public Member Functions

 tokenize data
 
 validate
 
 store tokenizedHeaders
 
 parse varName
 
- Public Member Functions inherited from tanzer::request
 constructor newSession
 
 uri ?newUri?
 
 rewrite args
 
 path
 
 param name args
 
 params ?newParams?
 
 env args
 
 method
 
 empty
 
 host
 
 client
 
 proto
 
 referer
 
 agent
 
 timestamp
 
- Public Member Functions inherited from tanzer::message
 constructor args
 
 ready
 
 incomplete
 
 parse varName
 
 version args
 
 header name args
 
 headers ?newHeaders?
 
 headerExists name
 
 encodingAccepted encoding
 
 chunked
 
 buffer data
 
 body
 
 length
 
 keepalive
 
 send sock
 

Static Public Attributes

 proto
 
 keepalive
 
- Static Public Attributes inherited from tanzer::message
 maxLength
 
 defaultVersion
 

Detailed Description

The facilities for providing SCGI services. Incrementally parses an inbound SCGI request, and decodes all request parameters into the appropriate HTTP message header values. Not meant to be used directly; but rather, SCGI service can be achieved in tanzer::server by choosing proto configuration value scgi rather than the default http.


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