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:
|
|
|
|
Where:
Optional. A Program Execution Label.
Required. A RUNTIME object that has been previously declared.
Optional. A Numeric Variable that returns the size of STDIN data.
Flags Affected: OVER, ZERO
Note the following:
The ZERO flag is set if the {return} value is zero.
The {return} value indicates the maximum amount of data that can be obtained using HttpStdinData method.
The OVER flag is set if the {return} variable is too small to receive the numeric result,
This method is not available under Windows CE or the PL/B WebServer.
See Also: RUNTIME, RUNTIME Methods, Method Syntax
![]() |