HttpStdinData Method (RUNTIME)


10.2

 

The HttpStdinData method retrieves STDIN data for a FastCGI session. The method uses the following format:

 

[label]

{object}.HttpStdinData

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A RUNTIME object that has been previously declared.

return

Optional. A Character String Variable that receives the STDIN data.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The EOS flag is set TRUE if the {return} Character String variable is too small to receive the STDIN data without being truncated.

  2. The ZERO and OVER flags are always cleared.

  3. The HttpStdinSize method can be used to predetermine the size of the STDIN data.

  4. This method is not available under Windows CE or the PL/B WebServer.

 

 

See Also: RUNTIME, RUNTIME Methods, Method Syntax

 



PL/B Language Reference HttpResponse Method (RUNTIME) HttpStdInSize Method (RUNTIME)