aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/http_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2024-08-22http_static: added last-modified headerAdrian Villin1-5/+17
Type: improvement Change-Id: I492df92ef25f9c0cd57fc8980500b58bebaa94c6 Signed-off-by: Adrian Villin <avillin@cisco.com>
2024-07-23http: return more than data from server appMatus Fabian1-3/+3
Server app could return headers in front of body/data buffer. Offers apis for building and serialization of headers section. HTTP layer now only add Date, Server and Content-Lengths headers, rest is up to app. Well known header names are predefined. Type: improvement Change-Id: If778bdfc9acf6b0d11a48f0a745a3a56c96c2436 Signed-off-by: Matus Fabian <matfabia@cisco.com>
2022-02-08http_static: cleanup file handler and cacheFlorin Coras1-0/+450
Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I7aff3a02315f9f92039dd2e3af1cbd8312aec662