/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), 225 .bitmask_of_supported_http_methods = BIT(HTTP_GET), 238 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
/Zephyr-latest/include/zephyr/net/http/ |
D | method.h | 30 HTTP_GET = 1, /**< GET */ enumerator
|
/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/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/samples/net/sockets/http_client/src/ |
D | main.c | 197 req.method = HTTP_GET; in run_queries() 215 req.method = HTTP_GET; in run_queries()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_client.rst | 34 req.method = HTTP_GET;
|
D | http_server.rst | 157 .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), 316 BIT(HTTP_GET) | BIT(HTTP_POST), 398 .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/tests/net/lib/http_server/core/src/ |
D | main.c | 244 .bitmask_of_supported_http_methods = BIT(HTTP_GET), 273 case HTTP_GET: in dynamic_cb() 313 BIT(HTTP_GET) | BIT(HTTP_DELETE) | BIT(HTTP_POST) | 376 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST), 386 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST), 497 if (client->method == HTTP_GET) { in dynamic_response_headers_cb() 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/ |
D | http_server_http1.c | 139 if (client->method != HTTP_GET) { in handle_http1_static_resource() 501 if (client->method != HTTP_GET) { in handle_http1_static_fs_resource() 624 case HTTP_GET: in handle_http1_dynamic_resource()
|
D | http_server_http2.c | 421 if (client->method != HTTP_GET) { in handle_http2_static_resource() 474 if (client->method != HTTP_GET) { in handle_http2_static_fs_resource() 797 case HTTP_GET: in handle_http2_dynamic_resource() 1351 HTTP_GET, HTTP_DELETE, HTTP_POST, HTTP_PUT, HTTP_PATCH in process_header() enumerator
|
D | http_parser.c | 1294 parser->method = HTTP_GET; in parser_execute()
|
/Zephyr-latest/tests/net/lib/http_header_fields/src/ |
D | main.c | 622 zassert_false(strcmp("GET", http_method_str(HTTP_GET)), in ZTEST()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 1097 http_req.method = HTTP_GET; in send_request() 1109 http_req.method = HTTP_GET; in send_request()
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 310 req.method = HTTP_GET; in websocket_connect()
|