ghttpRequestThink
Process just one particular request.
- GHTTPBool ghttpRequestThink(
- GHTTPRequest request );
Routine | Required Header | Distribution |
---|---|---|
ghttpRequestThink | <ghttp.h> | SDKZIP |
Return Value
GHTTPFalse if the request cannot be found.
Parameters
- request
- [in] A valid request object to process.
Remarks
This allows an HTTP request to be processed in a separate thread (only supported under Win32).
Section Reference: Gamespy HTTP SDK
See Also: ghttpThink