Releases: kataras/muxie
Releases · kataras/muxie
v1.1.2
v1.1.1
v1.1.0
v1.0.9
Add muxie.Methods().NoContent(http.MethodOptions)
to and https://github.com/kataras/muxie/tree/master/_examples/11_cors
v1.0.8
v1.0.7
Changes: v1.0.6...v1
- Exported
muxie.ResponseWriter
completes thehttp.ResponseWriter
and it is params setter/getter that end-devs can wrap to make compatible custom http response writers without losing the path parameters features.
v1.0.6
v1.0.5
v1.0.4
Changes: v1.0.3...v1.0.4
In short: Add support for fitlered request handlers, request_handler.go. See Mux#HandleRequest
, muxie.Host
Matcher and take a look at the example: https://github.com/kataras/muxie/tree/master/_examples/9_subdomains_and_matchers.
v1.0.3
Changes: v1.0.2...v1.0.3
In short: Add request_processor.go, see muxie.JSON/XML
and read /_examples/8_bind_req_send_resp.
Also: Allow more than one methods to be passed on muxie.Methods().Handle/HandleFunc
to register the same handler for specific methods.