Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dserver.h133 struct http_resource_detail_static_fs { struct
143 BUILD_ASSERT(offsetof(struct http_resource_detail_static_fs, common) == 0); argument
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c386 int handle_http1_static_fs_resource(struct http_resource_detail_static_fs *static_fs_detail, in handle_http1_static_fs_resource()
916 (struct http_resource_detail_static_fs *)detail, client); in handle_http1_request()
Dhttp_server_http2.c396 static int handle_http2_static_fs_resource(struct http_resource_detail_static_fs *static_fs_detail, in handle_http2_static_fs_resource()
1045 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http1_to_http2_upgrade()
1525 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http_frame_headers()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst198 struct http_resource_detail_static_fs static_fs_resource_detail = {