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.c59 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.rst157 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
209 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
244 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
315 .bitmask_of_supported_http_methods =
398 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c244 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
312 .bitmask_of_supported_http_methods =
376 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
386 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
534 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
2510 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c463 .bitmask_of_supported_http_methods = in handle_http2_static_fs_resource()
464 static_fs_detail->common.bitmask_of_supported_http_methods, in handle_http2_static_fs_resource()
779 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http2_dynamic_resource()
Dhttp_server_http1.c592 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http1_dynamic_resource()