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/ |
D | ws.c | 21 .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/ |
D | main.c | 51 .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/ |
D | main.c | 16 .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/ |
D | stats.c | 75 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
D | main.c | 79 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 60 if (IS_BIT_SET(detail->bitmask_of_supported_http_methods, i)) { in cmd_net_http()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 90 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/ |
D | shell_websocket.h | 92 .bitmask_of_supported_http_methods = BIT(HTTP_GET), \
|
/Zephyr-latest/tests/net/lib/http_server/crime/src/ |
D | main.c | 54 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | main.c | 118 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 167 .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/ |
D | http_server_http1.c | 59 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()
|
D | http_server_http2.c | 362 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/ |
D | main.c | 237 .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),
|