Home
last modified time | relevance | path

Searched refs:http_resource_detail_static_fs (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dserver.h133 struct http_resource_detail_static_fs { struct
153 BUILD_ASSERT(offsetof(struct http_resource_detail_static_fs, common) == 0); argument
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c469 int handle_http1_static_fs_resource(struct http_resource_detail_static_fs *static_fs_detail, in handle_http1_static_fs_resource()
1041 (struct http_resource_detail_static_fs *)detail, client); in handle_http1_request()
Dhttp_server_http2.c454 static int handle_http2_static_fs_resource(struct http_resource_detail_static_fs *static_fs_detail, in handle_http2_static_fs_resource()
1108 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http1_to_http2_upgrade()
1618 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http_frame_headers()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst241 struct http_resource_detail_static_fs static_fs_resource_detail = {
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2507 static struct http_resource_detail_static_fs static_file_resource_detail = {