mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 15:22:43 +02:00
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:
parent
a62f906432
commit
e82f8f216f
7 changed files with 643 additions and 74 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue