Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c185 const char *content_type = NULL; in http1_send_headers() local
401 char content_type[HTTP_SERVER_MAX_CONTENT_TYPE_LEN] = "text/html"; in handle_http1_static_fs_resource() local
Dhttp_server_core.c773 void http_server_get_content_type_from_extension(char *url, char *content_type, in http_server_get_content_type_from_extension()
Dhttp_server_http2.c403 char content_type[HTTP_SERVER_MAX_CONTENT_TYPE_LEN] = "text/html"; in handle_http2_static_fs_resource() local
/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c397 char content_type[64] = "unknown"; in ZTEST() local
/Zephyr-latest/include/zephyr/net/http/
Dserver.h102 const char *content_type; member
149 const char *content_type; member
445 unsigned char content_type[HTTP_SERVER_MAX_CONTENT_TYPE_LEN]; member