zephyr/subsys/net/lib/http
frei tycho 382670690c net: change controlling expressions in while to Boolean
Use `do { ... } while (false)` instead of `do { ... } while (0)`.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-11 20:03:16 +03: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_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
http_hpack.c net: lib: http_server: Add HPACK and Huffman code encoder/decoder 2024-04-30 13:25:22 +02: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 net: http_server: Send chunked response correctly 2024-06-03 15:39:09 +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