summaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/builtinurl
AgeCommit message (Collapse)AuthorFilesLines
2022-02-02http_static: add support for async tx from handlersFlorin Coras1-27/+22
URL handlers can send data asynchronously if needed. Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I89eae690cb26543479c7659b5dc46604cbb22eba
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras1-0/+197
External handlers can still be registered via hss_register_url_handler but url handlers must be enabled when server is created. builtinurl plugin to be removed in a future patch Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I94e103d908b9e118c7927b997a21ce3f67809889