HttpStdinSize Method (RUNTIME)


10.2

 

The HttpStdinSize method returns the size of STDIN data available to the program during a FastCGI REST operation. The method uses the following format:

 

[label]

{object}.HttpStdinSize

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A RUNTIME object that has been previously declared.

return

Optional. A Numeric Variable that returns the size of STDIN data.

Flags Affected: OVER, ZERO

Note the following:

  1. The ZERO flag is set if the {return} value is zero.

  2. The {return} value indicates the maximum amount of data that can be obtained using HttpStdinData method.

  3. The OVER flag is set if the {return} variable is too small to receive the numeric result,

  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 HttpStdinData Method (RUNTIME) IntParse Method (RUNTIME)