http: udp proxy uri template parsing 96/41796/2
authorMatus Fabian <[email protected]>
Wed, 30 Oct 2024 17:04:40 +0000 (18:04 +0100)
committerFlorin Coras <[email protected]>
Wed, 30 Oct 2024 23:20:54 +0000 (23:20 +0000)
commit0af11f537f52bbb7af274c8cfd2a1c5c8fcfb0b7
treecb3b752163c39cc64d7a6c81e42f2261fa85a286
parent1c170f571a8c7e16f1bd043348cd770b5a5ec7a1
http: udp proxy uri template parsing

Parse a URI template that has variables "target_host" and "target_port",
where varaibles are at the end of the path:
"/{target_host}/{target_port}/".

Type: improvement
Change-Id: I440b7f4951bffa1fd9971740b9890b221193943b
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/hs_apps/http_cli.c
src/plugins/http/http.h
src/plugins/http/http_plugin.rst
src/plugins/http/test/http_test.c