discussions Search Results · repo:Kong/ngx_wasm_module language:Rust
Filter by
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( ...
danielphan2003posted
on Nov 29, 2024- 1
:
How can I set using the nginx.conf where log files are written for filters?
NickUferposted
on Oct 5, 2024- 1
:
How do I set a configuration for the filter I can read in through get_vm_configuration?
NickUferposted
on Oct 5, 2024- 1
:
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: ...
ray1888posted
on Jul 10, 2024- 2
:
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 ...
ray1888posted
on Jul 4, 2024- 1