Encode parameter values in http path and ... (#395)

* Encode parameter values in http path and ...

- don't send param values in request body in http get request
- send param values in http post request

* rust tests

* refactor code

* add tests
This commit is contained in:
Adil Hafeez 2025-02-06 11:00:47 -08:00 committed by GitHub
parent a62f906432
commit e82f8f216f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 643 additions and 74 deletions

View file

@ -7,6 +7,7 @@ mod filter_context;
mod http_context;
mod metrics;
mod stream_context;
mod tools;
proxy_wasm::main! {{
proxy_wasm::set_log_level(LogLevel::Trace);