ghttpGetHeaders

GameSpy SDK

ghttpGetHeaders

Get the response headers from an HTTP request.

const char * ghttpGetHeaders(
GHTTPRequest request );
RoutineRequired HeaderDistribution
ghttpGetHeaders<ghttp.h>SDKZIP

Return Value

The headers returned in the response.

Parameters

request
[in] A valid request object

Remarks

Only valid if the request's state is GHTTPReceivingHeaders.

Section Reference: Gamespy HTTP SDK

See Also: ghttpGetState