Difference between revisions of "HTTPC:GetResponseHeader"

From 3dbrew
Jump to navigation Jump to search
 
Line 41: Line 41:
 
| 1
 
| 1
 
| Result code
 
| Result code
 +
|-
 +
| 2
 +
| Total header value buffer size
 
|}
 
|}
  
 
=Description=
 
=Description=
 
This is the same as [[HTTPC:GetResponseHeaderDelay]], without the delay.
 
This is the same as [[HTTPC:GetResponseHeaderDelay]], without the delay.

Latest revision as of 07:39, 10 July 2013

Request[edit]

Index Word Description
0 Header code [0x001E00C4]
1 HTTP context handle
2 Header name buffer size, including null-terminator.
3 Header value buffer max size, including null-terminator.
4 (HeaderNameSize<<14) | 0xC02
5 Header name input data pointer
6 (HeaderValueSize<<4) | 12
7 Header value output data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Total header value buffer size

Description[edit]

This is the same as HTTPC:GetResponseHeaderDelay, without the delay.