Skip to content

discussions Search Results · repo:Kong/ngx_wasm_module language:Rust

5 results
 (83 ms)

5 results

inKong/ngx_wasm_module (press backspace or delete to remove)

I m currently overriding response body from origin by first preventing origin from compressing the body via Accept-Encoding (set to an empty string) and process each body chunk like so: fn on_http_response_body( ...

How can I set using the nginx.conf where log files are written for filters?

How do I set a configuration for the filter I can read in through get_vm_configuration?

i am using kong developing with a proxy-wasm base gosdk for some bussine logic, but i can t the the real ip with X-REAL-IP in header using default config of kong container config like this _format_version: ...

i cant use the go code below with envoy config which specified cluster if _, err := proxywasm.DispatchHttpCall( acl-service , [][2]string{ { :path , /api/v1/match }, { :method , POST }, { :scheme ...