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 | |
Static Public Attributes | |
proto | |
keepalive | |
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
.