gorouter

Go Server/API micro framework, HTTP request router, multiplexer, mux

MIT License

Stars
154
gorouter - v3.0.3

Published by vardius over 6 years ago

  • fixed add middleware
gorouter - v3.0.2

Published by vardius almost 7 years ago

Allow to mount another router instance as a sub routing tree

gorouter - v3.0.1

Published by vardius about 7 years ago

gorouter -

Published by vardius over 7 years ago

Release after package rename

gorouter - v2.2.0

Published by vardius over 7 years ago

  • Lower depth of tree
  • Structure refactor
gorouter - v2.1.4

Published by vardius over 7 years ago

Upgrade performance of deducting path from request

gorouter - v2.1.3

Published by vardius over 7 years ago

Performance upgrade for node tree access.

gorouter - v2.1.2

Published by vardius over 7 years ago

  • Fixed wildcard route #4
gorouter - v2.1.1

Published by vardius over 7 years ago

Performance of creating parameters as a slice is much better then map. goserver can now handle around 3508772 req/sec !

  • changed Params type from map to slice
gorouter - v2.1.0

Published by vardius over 7 years ago

  • Extract tree module
  • Extract middleware module
  • Simplify router
  • Rewrite tests
gorouter - v2.0.0

Published by vardius over 7 years ago

  • Removed context, using now http.Request context object
  • Supporting Go versions are >1.7
gorouter - v1.0.0

Published by vardius over 7 years ago

This is LAST version that supports Go < 1.7

Package Rankings
Top 2.8% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card codecov license