# Variables
ErrMethodNotAllowed is returned when no method of the matched route matches.
ErrPathNotFound is returned when no route match is found.
# Structs
Route describes the operation an http.Request can match.
RouteError describes Router errors.
# Interfaces
Router helps link http.Request.s and an OpenAPIv3 spec.