github suborbital/vektor v0.1.3
Beta-1.3

latest releases: v0.7.0, v0.6.1, v0.5.3...
pre-release3 years ago

This release contains updates to the RouteGroup API:

Middleware are now mounted with the .Before method on the group object rather than being passed in to the constructor

New for this release is the ability to add Afterware to a RouteGroup usingthe .After method.

These can be chained such as vk.Group("/").Before(someMiddleware).After(someAfterware)

Don't miss a new vektor release

NewReleases is sending notifications on new releases.