Static Public Member Functions | |
| int | readChunkedPostData (char *inBuffer, u_long *inBufferPos, u_long inBufferSize, Socket *inSocket, char *outBuffer, u_long outBufferSize, u_long *nbr, u_long timeout, File *out) |
| int | readContiguousPrimitivePostData (char *inBuffer, u_long *inBufferPos, u_long inBufferSize, Socket *inSocket, char *outBuffer, u_long outBufferSize, u_long *nbr, u_long timeout) |
| int | readPostData (HttpThreadContext *td, int *ret) |
|
||||||||||||||||||||||||||||||||||||||||
|
Read post data using the chunked transfer encoding. This function uses the same arguments of readContiguousPrimitivePostData with the additional destination file.
|
|
||||||||||||||||||||||||||||||||||||
|
Read primitive post data as it is sent by the client without apply any filter in a contiguous manner, first read from the memory buffer and after from the socket.
|
|
||||||||||||
|
Read POST data from the active connection.
|
1.3.9.1