|
SDK3.5
This document shows Ameba SDK 3.5 APIs
|
The structure is the context used for HTTP response header parsing. More...
#include <httpc.h>
Data Fields | |
| uint8_t * | header |
| size_t | header_len |
| uint8_t * | version |
| size_t | version_len |
| uint8_t * | status |
| size_t | status_len |
| uint8_t * | content_type |
| size_t | content_type_len |
| size_t | content_len |
The structure is the context used for HTTP response header parsing.
1.8.11