Zephyr API 3.6.99
|
Representation of a server resource, common for all resource types. More...
#include <server.h>
Data Fields | |
uint32_t | bitmask_of_supported_http_methods |
Bitmask of supported HTTP methods (http_method). | |
enum http_resource_type | type |
Resource type. | |
int | path_len |
Length of the URL path. | |
const char * | content_encoding |
Content encoding of the resource. | |
const char * | content_type |
Content type of the resource. | |
Representation of a server resource, common for all resource types.
uint32_t http_resource_detail::bitmask_of_supported_http_methods |
Bitmask of supported HTTP methods (http_method).
const char* http_resource_detail::content_encoding |
Content encoding of the resource.
const char* http_resource_detail::content_type |
Content type of the resource.
int http_resource_detail::path_len |
Length of the URL path.
enum http_resource_type http_resource_detail::type |
Resource type.