mathetake / envoy-dynamic-modules

the custom Envoy proxy with dynamic module HTTP filters
Apache License 2.0
12 stars 4 forks source link

Remove UTF-8 assumption in header key/value #24

Closed mathetake closed 2 months ago

mathetake commented 2 months ago

For Rust, simply swap &str with &[u8]. For Go, simply swap String with []byte.

mathetake commented 2 months ago

https://github.com/mathetake/envoy-dynamic-modules/commit/105608715607aedd47174ed5412308447e960a25