Allow application to register certain HTTP request headers to be stored by the server. These stored headers can then be accessed from a dynamic resource callback. Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
/*
|
|
* Copyright (c) 2024 Witekio
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <zephyr/linker/iterable_sections.h>
|
|
|
|
ITERABLE_SECTION_ROM(http_header_name, Z_LINK_ITERABLE_SUBALIGN)
|