chi v3.2.1 Release Notes

Release Date: 2017-08-31 // over 6 years ago
    • ➕ Add new Match(rctx *Context, method, path string) bool method to Routes interface and Mux. Match searches the mux's routing tree for a handler that matches the method/path
    • ➕ Add new RouteMethod to *Context
    • ➕ Add new Routes pointer to *Context
    • ➕ Add new middleware.GetHead to route missing HEAD requests to GET handler
    • ⚡️ Updated benchmarks (see README)