Skip to content

Releases: kataras/muxie

v1.1.2

06 Feb 19:34
Compare
Choose a tag to compare

v1.1.1

v1.1.0

22 Jul 20:02
Compare
Choose a tag to compare

Fix #9

v1.0.9

16 May 04:27
Compare
Choose a tag to compare

Add muxie.Methods().NoContent(http.MethodOptions) to and https://github.com/kataras/muxie/tree/master/_examples/11_cors

v1.0.8

05 Dec 04:41
Compare
Choose a tag to compare

Fix #8

v1.0.7

01 Feb 12:03
Compare
Choose a tag to compare

Changes: v1.0.6...v1

  • Exported muxie.ResponseWriter completes the http.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

15 Nov 18:25
Compare
Choose a tag to compare
  • Add Mux#AbsPath to return the current SubMux path starting from root
  • Add 10_fileserver example

v1.0.5

21 Oct 17:54
Compare
Choose a tag to compare

fix root wildcard but no '/' registered but requested and add mime.go for muxie.TypeByExtension and muxie.TypeByFilename

v1.0.4

20 Oct 22:21
Compare
Choose a tag to compare

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

18 Oct 17:42
Compare
Choose a tag to compare

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.