package
0.0.0-20240423041043-355e32f8f056
Repository: https://github.com/ablost33/golang-learning.git
Documentation: pkg.go.dev
# Functions
MapHandler will return an http.HandlerFunc (which also implements http.Handler) that will attempt to map any paths (keys in the map) to their corresponding URL (values that each key in the map points to, in string format).
No description provided by the author
YAMLHandler will parse the provided YAML and then return an http.HandlerFunc (which also implements http.Handler) that will attempt to map any paths to their corresponding URL.