package
0.0.0-20210528075739-2d572df9eb54
Repository: https://github.com/cga1123/bissy-api.git
Documentation: pkg.go.dev
# Functions
ContentType is a convience function to set the Content-Type header.
Params is a helper function that combines URL and query parameters into a single map.
ParamsFromMap builds a RequestParams from the given map.
# Constants
Defines some common ContentType strings.
Defines some common ContentType strings.
Defines some common ContentType strings.
# Structs
Handler extends the http.Handler interface and allows handlers to return and error.
HandlerError satisfies the error interface and allows for http handlers to set a specific HTTP Status Code.
RequestParams represents the query and path parameters of a request.