Parsed response metadata filled when headers arrive. More...
#include <HttpClient.h>
Public Types | |
| enum class | Protocol : uint8_t { Unknown , Http11 , Http2 } |
Public Member Functions | |
| bool | getHeader (StringSpan name, StringSpan &value) const |
Public Attributes | |
| int | statusCode = 0 |
| HTTP status code (e.g. 200, 404) | |
| Span< const char > | headers |
| size_t | headersLength = 0 |
| Protocol | negotiatedProtocol = Protocol::Unknown |
Parsed response metadata filled when headers arrive.
| int SC::HttpClientResponse::statusCode = 0 |
HTTP status code (e.g. 200, 404)