# 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{}.