Home
last modified time | relevance | path

Searched refs:gzipped (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h44 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, bool *gzipped);
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c394 bool gzipped = false; in handle_http1_static_fs_resource() local
430 ret = http_server_find_file(fname, sizeof(fname), &file_size, &gzipped); in handle_http1_static_fs_resource()
453 content_type, gzipped ? CONTENT_ENCODING_GZIP : ""); in handle_http1_static_fs_resource()
Dhttp_server_core.c751 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, bool *gzipped) in http_server_find_file() argument
762 *gzipped = (ret == 0); in http_server_find_file()
Dhttp_server_http2.c411 bool gzipped; in handle_http2_static_fs_resource() local
437 ret = http_server_find_file(fname, sizeof(fname), &client->data_len, &gzipped); in handle_http2_static_fs_resource()
458 if (gzipped) { in handle_http2_static_fs_resource()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst209 gzipped, .gz must be appended to the file name (e.g. index.html.gz), then the