Michael Gasch

Results 176 comments of Michael Gasch
trafficstars

@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

@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,...