Michael Gasch
Michael Gasch
Can we get this in for `v0.7.3`?
@darrylcauldwell not sure what happened but you opened a new PR and looks like some (most?) of the feedback from the previous PR (#885) hasn't been incorporated. Could you please...
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
@dsbibby @lamw is this something we want to get in for `v0.7.3` or later?
Just had to implement this myself, so definitely something useful. In my case I needed `basic_auth`, e.g.: ```go // other http protocol stuff ... ce.WithMiddleware(func(next http.Handler) http.Handler { return withBasicAuth(ctx,...
Fixed in #774