Azure SDK for Embedded C
az_http_response Struct Reference

Allows you to parse an HTTP response's status line, headers, and body. More...

#include <az_http.h>

Detailed Description

Allows you to parse an HTTP response's status line, headers, and body.

Users create an instance of this and pass it in to an Azure service client's operation function. The function initializes the az_http_response and application code can query the response after the operation completes by calling the az_http_response_get_status_line(), az_http_response_get_next_header() and az_http_response_get_body() functions.


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