zephyr/subsys/net/lib/http
Cla Mattia Galliard eb029b9ee1 net: http: server: Avoid compiler warnings for zero-length-arrays
Avoid compiler warnings for zero-length-arrays in the http-server. By using
memcpy instead of strcpy.

Signed-off-by: Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com>
2025-03-28 16:11:27 +01:00
..
headers net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
CMakeLists.txt net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
http_client.c net: http_client: Fix handling of poll error revents 2025-02-27 13:27:28 +00:00
http_compression.c net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
http_hpack.c net: lib: http_server: Remove unused function 2025-02-12 02:25:41 +01:00
http_huffman.c
http_parser_url.c
http_parser.c net: lib: http: Added Content-Range to http client. 2025-01-16 22:55:51 +01:00
http_server_core.c net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
http_server_http1.c net: http: server: Avoid compiler warnings for zero-length-arrays 2025-03-28 16:11:27 +01:00
http_server_http2.c net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
http_server_ws.c net: http_server: Add support for generic HTTP1 500 response 2025-01-16 14:52:10 +01:00
iterables_content_type.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
iterables_header_capture.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
Kconfig net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
README_http_parser