/Zephyr-latest/samples/net/sockets/http_get/ |
D | sample.yaml | 16 sample.net.sockets.http_get: 24 sample.net.sockets.http_get.offload.simplelink: 32 sample.net.sockets.http_get.nsos.http: 45 sample.net.sockets.http_get.nsos.https: 58 sample.net.sockets.http_get.wifi.nrf70dk:
|
D | Makefile.host | 3 http_get: src/http_get.c
|
D | README.rst | 10 The sockets/http_get sample application for Zephyr implements a simple 17 :zephyr_file:`samples/net/sockets/http_get`. 33 :zephyr-app: samples/net/sockets/http_get 51 :zephyr-app: samples/net/sockets/http_get 95 $ ./http_get
|
D | CMakeLists.txt | 6 project(http_get) project
|
/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/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/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), 273 BIT(HTTP_GET) | BIT(HTTP_POST), 355 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
D | http_client.rst | 34 req.method = HTTP_GET;
|
/Zephyr-latest/include/zephyr/net/http/ |
D | method.h | 30 HTTP_GET = 1, /**< GET */ enumerator
|
/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/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/tests/net/lib/http_server/crime/src/ |
D | main.c | 54 .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() 528 case HTTP_GET: 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() 416 if (!(static_fs_detail->common.bitmask_of_supported_http_methods & BIT(HTTP_GET))) { in handle_http2_static_fs_resource() 737 case HTTP_GET: in handle_http2_dynamic_resource() 1272 HTTP_GET, HTTP_DELETE, HTTP_POST, HTTP_PUT, HTTP_PATCH in process_header() enumerator
|
/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | main.c | 118 .bitmask_of_supported_http_methods = BIT(HTTP_GET),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 348 * :github:`5379` - sample: net/socket/http_get: no printf output 458 …091` - [Coverity CID: 182780] Error handling issues in /samples/net/sockets/http_get/src/http_get.c
|
D | release-notes-1.12.rst | 401 …098` - [Coverity CID: 182773] Error handling issues in /samples/net/sockets/http_get/src/http_get.c 404 …101` - [Coverity CID: 182770] Error handling issues in /samples/net/sockets/http_get/src/http_get.c
|
D | release-notes-2.2.rst | 866 * :github:`22390` - Unable to build http_get with TLS enabled on cc32xx 867 * :github:`22388` - Build warnings in http_get on cc3220sf_launchxl
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 237 .bitmask_of_supported_http_methods = BIT(HTTP_GET), 261 case HTTP_GET: in dynamic_cb() 301 BIT(HTTP_GET) | BIT(HTTP_DELETE) | BIT(HTTP_POST) | 364 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST), 374 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST), 485 if (client->method == HTTP_GET) { in dynamic_response_headers_cb() 522 .bitmask_of_supported_http_methods = BIT(HTTP_GET) | BIT(HTTP_POST),
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 257 :zephyr_file:`samples/net/sockets/http_get/boards/cc3220sf_launchxl.conf` for an
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 257 :zephyr_file:`samples/net/sockets/http_get/boards/cc3235sf_launchxl.conf` for an
|
/Zephyr-latest/tests/net/lib/http_header_fields/src/ |
D | main.c | 622 zassert_false(strcmp("GET", http_method_str(HTTP_GET)), in ZTEST()
|