eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FCGIRequest':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FCGIRequest


Inheritance:

   Object
   |
   +--HTTPRequest
      |
      +--FCGIRequest

Package:
stx:goodies/webServer
Category:
Net-Communication-FCGI-Server
Version:
rev: 1.8 date: 2007/02/07 10:18:26
user: ca
file: FCGIRequest.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Instance protocol:

accessing
o  data
answer the request's data (POST data)

usage example(s):

no data yet

o  isComplete
answer true, if all the parts of this request have been collected

o  isComplete: aBoolean

o  params
get the fcgi parameters

o  requestId

o  requestId: something

o  role

o  role: aRoleSymbol

o  stdin
answer a stream that receives the request's data (POST data)

o  wantsKeepConnection

o  wantsKeepConnection: aBoolean

headerParser emulation
o  fieldValueFor: aFieldKey
return the value for an lowercase header field key or nil if absent

o  fieldValues

o  startLine
used for logging - return empty for now

misc
o  environmentValueFor: aFieldKey
return the value of an fcgi environment value

processing
o  generateReply

o  parseHeader
dummy, so that params are called

queries
o  isSecure
answer true, if this request was issued over an secure channel (SSL/TLS)

setup
o  initializeForServer: serverArg connection: connectionArg



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 00:44:09 GMT