Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrObjectTooLarge = fmt.Errorf("object to decode was longer than maximum allowed size")
Functions ¶
This section is empty.
Types ¶
type RouteAccept ¶
type Router ¶
type Router interface {
Route(*http.Request, *request.RequestInfo) (*RouteAccept, *Error)
}
func New ¶
func New(m *protomanager.SpecManager) Router
Click to show internal directories.
Click to hide internal directories.