|
SDK3.5
This document shows Ameba SDK 3.5 APIs
|
The structure is the context used for HTTP request header parsing. More...
#include <httpd.h>
Data Fields | |
| uint8_t * | header |
| size_t | header_len |
| uint8_t * | method |
| size_t | method_len |
| uint8_t * | path |
| size_t | path_len |
| uint8_t * | query |
| size_t | query_len |
| uint8_t * | version |
| size_t | version_len |
| uint8_t * | host |
| size_t | host_len |
| uint8_t * | content_type |
| size_t | content_type_len |
| size_t | content_len |
The structure is the context used for HTTP request header parsing.
1.8.11