HTTPC:GetResponseHeaderTimeout: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001F0144] |- | 1 | HTTP context handle |- | 2 | Header name buffer size, includi..." |
Slashmolder (talk | contribs) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
|- | |- | ||
| 4-5 | | 4-5 | ||
| u64 | | u64 nanoseconds timeout | ||
|- | |- | ||
| 6 | | 6 | ||
Line 44: | Line 44: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
|- | |||
| 2 | |||
| Total header value buffer size | |||
|} | |} | ||
=Description= | |||
This obtains the string value for the specified HTTP response header. This returns error-code 0xD8A0A028 when the specified header doesn't exist in the received response. |