package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

AcceptHeaderHandler checks if the client's response preference is handled.
ContentTypeHandler checks request for the appropriate media types otherwise returning a http.StatusUnsupportedMediaType error.
CorsHandler sets the cors settings on api endpoints.
NormalizeQueryValues replaces comma-separated values with individual values.
NormalizeQueryValuesHandler normalizes an input query of "key=value1,value2,value3" to "key=value1&key=value2&key=value3".

# Type aliases