Zephyr API 3.6.99
|
Representation of a static server resource. More...
#include <server.h>
Data Fields | |
struct http_resource_detail | common |
Common resource details. | |
const void * | static_data |
Content of the static resource. | |
size_t | static_data_len |
Size of the static resource. | |
Representation of a static server resource.
struct http_resource_detail http_resource_detail_static::common |
Common resource details.
const void* http_resource_detail_static::static_data |
Content of the static resource.
size_t http_resource_detail_static::static_data_len |
Size of the static resource.