Stefan Dietiker

Results 7 comments of Stefan Dietiker

I haven't seen any API that actually uses 410 in the wild. Versioning seems to be one of these infamous problems that everyone solves on his own. ;-) However, there...

Sorry for omitting the version. The above was tested with 0.22.0 and 0.23.0.

Considering the Finagle Filter, doesn't the fundamental issue remain? It does not make a difference if the decision is based on a context-object or the header itself, if both endpoints...

Base on [Error Accumulation](https://github.com/finagle/finch/blob/master/docs/src/main/tut/user-guide.md#error-accumulation), I tried something else that does not work either. Forgive me if I made some erroneous assumptions about the API here: ``` scala> val auth =...

> A Finagle Filter might let you get around this, if you can reject invalid auth headers from the filter instead from the Endpoint. True that. Thanks for the clarification....

@vkostyukov Ok. I'm new to this. Till when would you like to see a PR?

@sergeykolbasov That is the point, I think. Similar to the path, this endpoint can be used to dispatch a request. Maybe a different name would do: `headerMatch`, or `headerDispatch`. Or...