muxie icon indicating copy to clipboard operation
muxie copied to clipboard

Muxie is a modern, fast and light HTTP multiplexer for Go. Fully compatible with the http.Handler interface. Written for everyone.

Results 5 muxie issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use this library with WebSockets using https://github.com/gorilla/websocket, but I get this error when the server attempts to upgrade the connection. ``` websocket: response does not implement...

question

I want to know the performance comparison of these two, but I don't know how to test. Can you provide the results of thinking about [bone](https://github.com/go-zoo/bone) vs muxie .

I added a simple way of handling OPTIONS automatically, when `MethodHandler` is in use. As a potential update, it should handle duplications gracefully (eg. one should be able to register...

Add Size() method to get the size of the response body Add Status() method to get the HTTP Response Code Adapted from Negroni !

I decided to use your library in a new project and discovered that if I have a route for `/:name/tree/:ref/*path` but the request path is only `/foo/tree/main` the route isn't...