Alex Zhang

Results 408 comments of Alex Zhang

Hi, there, what's the status of this GEP? I'd like to implement it :)

@shaneutt I can help do this if possible :)

I think another case is clarifying the behavior for `Set`, Let's say we have two `X-Foo` headers: ``` X-Foo: v1 X-Foo: v2 ``` What will happen after we apply the...

> Is there a good reason we'd need to allow more than one Set or Add for the same header? I think we should not make the decision for the...

> @tokers we discussed this during [yesterday's sync](https://www.youtube.com/watch?v=OItXQSN2gWU&t=3180s) and consensus was generally okay with restricting to a single operation per header name (`remove` hasn't been discussed here previously, but it...

This may be suitable to create some filters to do this.

These kinds of route matching functions are not necessarily required in most cases, but it's indeed useful in some scenarios, it's my opinion that it's not appropriate to put it...