zephyr/subsys/net/lib/http/iterables.ld
Gerhard Jörges e55278a87b net: lib: http_server: add static fs resource
adds filesystem as a resource for the http_server which serves static
(gzipped) files from a filesystem to the client.

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
2024-07-31 10:08:16 +02:00

10 lines
175 B
Plaintext

/*
* Copyright (c) 2024 metraTec GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_ROM(http_content_type, 4)