Home
last modified time | relevance | path

Searched refs:bitmask_of_supported_http_methods (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dws.c21 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
35 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
49 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c51 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
62 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
109 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
145 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
211 .bitmask_of_supported_http_methods = BIT(HTTP_POST),
225 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
238 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c16 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
20 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
24 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
28 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
32 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
36 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/samples/net/prometheus/src/
Dstats.c75 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
Dmain.c79 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c60 if (IS_BIT_SET(detail->bitmask_of_supported_http_methods, i)) { in cmd_net_http()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h90 uint32_t bitmask_of_supported_http_methods; member
107 sizeof(((struct http_resource_detail *)0)->bitmask_of_supported_http_methods))
/Zephyr-latest/include/zephyr/shell/
Dshell_websocket.h92 .bitmask_of_supported_http_methods = BIT(HTTP_GET), \
/Zephyr-latest/tests/net/lib/http_server/crime/src/
Dmain.c54 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c118 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst167 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
201 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
272 .bitmask_of_supported_http_methods =
355 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c59 if (static_detail->common.bitmask_of_supported_http_methods & BIT(HTTP_GET)) { in handle_http1_static_resource()
408 if (!(static_fs_detail->common.bitmask_of_supported_http_methods & BIT(HTTP_GET))) { in handle_http1_static_fs_resource()
495 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http1_dynamic_resource()
Dhttp_server_http2.c362 if (!(static_detail->common.bitmask_of_supported_http_methods & BIT(HTTP_GET))) { in handle_http2_static_resource()
405 .bitmask_of_supported_http_methods = in handle_http2_static_fs_resource()
406 static_fs_detail->common.bitmask_of_supported_http_methods, in handle_http2_static_fs_resource()
416 if (!(static_fs_detail->common.bitmask_of_supported_http_methods & BIT(HTTP_GET))) { in handle_http2_static_fs_resource()
719 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http2_dynamic_resource()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c237 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
300 .bitmask_of_supported_http_methods =
364 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
374 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
522 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),