Home
last modified time | relevance | path

Searched refs:HTTP_GET (Results 1 – 20 of 20) sorted by relevance

/Zephyr-4.2.1/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-4.2.1/samples/net/sockets/http_server/src/
Dmain.c56 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
67 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
114 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
150 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
230 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
243 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/tests/net/lib/http_client/src/
Dmain.c24 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
47 case HTTP_GET: in dynamic_cb()
81 BIT(HTTP_GET) | BIT(HTTP_POST),
154 req.method = HTTP_GET; in ZTEST()
176 req.method = HTTP_GET; in test_http1_client_get_cb_common()
277 req.method = HTTP_GET; in ZTEST()
294 req.method = HTTP_GET; in ZTEST()
/Zephyr-4.2.1/include/zephyr/net/http/
Dmethod.h30 HTTP_GET = 1, /**< GET */ enumerator
/Zephyr-4.2.1/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-4.2.1/samples/net/prometheus/src/
Dstats.c74 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
Dmain.c78 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/include/zephyr/shell/
Dshell_websocket.h92 .bitmask_of_supported_http_methods = BIT(HTTP_GET), \
/Zephyr-4.2.1/tests/net/lib/http_server/crime/src/
Dmain.c54 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/samples/net/sockets/http_client/src/
Dmain.c193 req.method = HTTP_GET; in run_queries()
220 req.method = HTTP_GET; in run_queries()
/Zephyr-4.2.1/tests/net/lib/http_server/tls/src/
Dmain.c118 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/doc/connectivity/networking/api/
Dhttp_client.rst34 req.method = HTTP_GET;
Dhttp_server.rst211 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
263 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
298 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
374 BIT(HTTP_GET) | BIT(HTTP_POST),
456 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/tests/net/lib/http_server/core/src/
Dmain.c243 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
272 case HTTP_GET: in dynamic_cb()
312 BIT(HTTP_GET) | BIT(HTTP_DELETE) | BIT(HTTP_POST) |
375 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
385 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
496 if (client->method == HTTP_GET) { in dynamic_response_headers_cb()
533 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
2511 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
/Zephyr-4.2.1/subsys/net/lib/http/
Dhttp_server_http1.c139 if (client->method != HTTP_GET) { in handle_http1_static_resource()
547 if (client->method != HTTP_GET) { in handle_http1_static_fs_resource()
670 case HTTP_GET: in handle_http1_dynamic_resource()
Dhttp_server_http2.c421 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
Dhttp_parser.c1294 parser->method = HTTP_GET; in parser_execute()
/Zephyr-4.2.1/tests/net/lib/http_header_fields/src/
Dmain.c622 zassert_false(strcmp("GET", http_method_str(HTTP_GET)), in ZTEST()
/Zephyr-4.2.1/subsys/mgmt/hawkbit/
Dhawkbit.c1164 http_req.method = HTTP_GET; in send_request()
1176 http_req.method = HTTP_GET; in send_request()
/Zephyr-4.2.1/subsys/net/lib/websocket/
Dwebsocket.c331 req.method = HTTP_GET; in websocket_connect()