diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-06-04 19:00:00 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-06-13 06:35:26 +0000 |
commit | 82ad9660becfcdd93c906d909d7e478733c5fbbe (patch) | |
tree | 9eb2615037a0e49d87ed73dc2ca8447eeeafc32c /docs | |
parent | eaa7d91ad77f9c6691b42b0e9f631166b4bcf44f (diff) |
http: return more than url to server app
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>
Diffstat (limited to 'docs')
l--------- | docs/developer/plugins/http.rst | 1 | ||||
-rw-r--r-- | docs/developer/plugins/index.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/developer/plugins/http.rst b/docs/developer/plugins/http.rst new file mode 120000 index 00000000000..b0e49bbb721 --- /dev/null +++ b/docs/developer/plugins/http.rst @@ -0,0 +1 @@ +../../../src/plugins/http/http_plugin.rst
\ No newline at end of file diff --git a/docs/developer/plugins/index.rst b/docs/developer/plugins/index.rst index 91af95f3318..c9081a8caaf 100644 --- a/docs/developer/plugins/index.rst +++ b/docs/developer/plugins/index.rst @@ -42,3 +42,4 @@ For more on plugins please refer to :ref:`add_plugin`. bufmon_doc ip_session_redirect_doc bpf_trace_filter + http |