handler.go

Summary

Maintainability
A
0 mins
Test Coverage
package vox

// Handler is the type for middlewares and route handlers to register.
type Handler func(*Context, *Request, *Response)