zephyr/subsys/net/lib/http
Andrey Dodonov 15ead53ad9 net: lib: http: call socket poll for http_client send
If we couldn't send all (or any data) via the socket,
invoke poll instead of blindly retrying and flooding the socket.
Respect timeout through http_client_req

Signed-off-by: Andrey Dodonov <Andrey.Dodonov@endress.com>
2024-07-09 14:04:29 +02:00
..
headers net: http_server: Add websocket support 2024-05-08 15:02:16 -05:00
CMakeLists.txt net: lib: http_server: Upgrade from HTTP/1.1 to websocket 2024-05-08 15:02:16 -05:00
http_client.c net: lib: http: call socket poll for http_client send 2024-07-09 14:04:29 +02:00
http_hpack.c net: lib: http_server: Fix possible NULL pointer dereference 2024-06-24 12:41:22 -04:00
http_huffman.c net: lib: http_server: Add HPACK and Huffman code encoder/decoder 2024-04-30 13:25:22 +02:00
http_parser_url.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_parser.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_server_core.c net: http_server: Add wildcard support to resource strings 2024-05-31 09:57:22 -05:00
http_server_http1.c subsys/net/lib/http: Set feature macro as required 2024-06-24 13:01:38 +02:00
http_server_http2.c net: http_server: Add support for specifying Content-Type 2024-05-14 20:22:58 -04:00
http_server_ws.c net: http_server: Add websocket support 2024-05-08 15:02:16 -05:00
Kconfig net: http_server: Add wildcard support to resource strings 2024-05-31 09:57:22 -05:00
README_http_parser