|
Azure SDK for Embedded C
|
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. | |
Represents the result of making an HTTP request. An application obtains this initialized structure by calling az_http_response_get_status_line().
1.8.20