eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FCGIResponse':

Home

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

Class: FCGIResponse


Inheritance:

   Object
   |
   +--HTTPResponse
      |
      +--FCGIResponse

Package:
stx:goodies/webServer
Category:
Net-Communication-FCGI-Server
Version:
rev: 1.6 date: 2005/12/28 12:34:10
user: cg
file: FCGIResponse.st directory: goodies/webServer
module: stx stc-classLibrary: webServer

Instance protocol:

initialization
o  initialize

private sending
o  endRecord

o  endRecordWithStatus: anInteger

o  send: aStream

sending
o  send
copy over from some stream and send it as a response.
Any already collected replyData is ignored.
Typically used with big files, which we do not want to fill up our memory
(i.e. the document is not loaded as a whole)

usage example(s):

try hard to send it as one block


Private classes:

    ResponseHeader


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 01:14:20 GMT