Azure SDK for Embedded C
Data Fields
az_http_response_status_line Struct Reference

Represents the result of making an HTTP request. An application obtains this initialized structure by calling az_http_response_get_status_line(). More...

#include <az_http.h>

Data Fields

az_span reason_phrase
 Reason Phrase.
 
az_http_status_code status_code
 Status Code.
 
uint8_t major_version
 HTTP Major Version.
 
uint8_t minor_version
 HTTP Minor Version.
 

Detailed Description

Represents the result of making an HTTP request. An application obtains this initialized structure by calling az_http_response_get_status_line().

See also
https://tools.ietf.org/html/rfc7230#section-3.1.2

The documentation for this struct was generated from the following file: