package
0.0.14
Repository: https://github.com/mbict/befe.git
Documentation: pkg.go.dev

# README

HttpRouter

This is for now just a copy of the http router, because i needed to make some adjustments to it

#TODO Implement own or fleshout the http router implementation

# Functions

CleanPath is the URL version of path.Clean, it returns a canonical URL path for p, eliminating .
New returns a new initialized Router.
ParamsFromContext pulls the URL parameters from a request context, or returns nil if none are present.

# Variables

type paramsKey struct{}.

# Structs

Param is a single URL parameter, consisting of a key and a value.
Router is a http.Handler which can be used to dispatch requests to different handler functions via configurable routes.

# Type aliases

No description provided by the author
Params is a Param-slice, as returned by the router.