Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router handles HTTP routing
func (*Router) AddRoute ¶
func (r *Router) AddRoute(method, path string, handler http.HandlerFunc)
AddRoute adds a route to the router
func (*Router) ExtractParams ¶
ExtractParams extracts parameters from a path without executing the handler
Click to show internal directories.
Click to hide internal directories.