Yonder Blue

Results 34 issues of Yonder Blue

Via echoing back all headers in a wrapped response writer since browsers don't currently support the wildcard. Fixes #79

Just a suggestion, since wildcard for Access-Control-Expose-Headers isn't widely supported yet, I would recommend filling Access-Control-Expose-Headers in the AllowAll configuration with the result of whatever is set in the wrapped...

I might be missing it, but considering ByteBuffer only has B inside, would you like some pool methods that give/take byte slices directly? Seems to fit in existing code easier...

This might be more of a question than an issue, but I didn't see it in the docs. All the examples show giving a reference to .Encode() but the regular...

Along with the other question about handling the Allow header, in v2 could you use request.RequestURI instead of url.Path so %2F comes through correctly? Any time frame on v2 or...

Perhaps I am not seeing it in the paper, but why force the capacity up to the next power of 2? When rebuilding as in the scalable filter, this decreases...

I can't seem to get a server that is run with `server := &http.Server{...}; server.Serve(theOpensslListener)` to serve http2. I've tried setting TLSNextProto to nil and to call http2.ConfigureServer etc, which...