Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
Representation of a static filesystem server resource. More...
#include <zephyr/net/http/server.h>
Data Fields | |
struct http_resource_detail | common |
Common resource details. | |
const char * | fs_path |
Path in the local filesystem. |
Representation of a static filesystem server resource.
struct http_resource_detail http_resource_detail_static_fs::common |
Common resource details.
const char* http_resource_detail_static_fs::fs_path |
Path in the local filesystem.