aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer/plugins/http.rst
AgeCommit message (Collapse)AuthorFilesLines
2024-06-13http: return more than url to server appMatus Fabian1-0/+1
Provide all bytes as received from transport as data in the http message to server. Additionally provide offset and length of target path, target query, headers and body. Offers apis for parsing of headers, percent decoding, target path/query syntax verification. Type: improvement Change-Id: Idbe6f13afa378650cc5212ea7d3f9319183ebbbe Signed-off-by: Matus Fabian <matfabia@cisco.com>