HTTPC:GetResponseData

From 3dbrew
Revision as of 07:23, 3 November 2015 by Guiand (talk | contribs) (Add note with Ninty's name, taken from Dragon Quest VII debug strings)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x00200082]
1 HTTP context handle
2 Max buffer size
3 (OutSize<<4) | 12
4 Output data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Output total response size

Description[edit]

This obtains the raw HTTP response data, prior to the received content.

NOTE: Named GetHeaderAll by Nintendo