GetBody

bool GetBody(void *buffer, unsigned long &bufsize)

Parameters

*buffer (out)

The buffer for receiving the HTTP body.

&bufsize (out)

The size of the HTTP body inside the buffer.

Return value

Returns true if a HTTP body is present on the stack, otherwise returns false.

Description

Get the HTTP body after pushing HTTP data on the stack.

Latest forum posts