Versions in this module Expand all Collapse all v1 v1.0.0 Jun 5, 2020 Changes in this version + const GcsEndpoint + func Decorate(handler http.Handler, decorators ...Decorator) http.Handler + func New(c env.Config, client *http.Client) http.Handler + type Decorator func(http.Handler) http.Handler + func ConstraintHandler(logger *logrus.Logger) Decorator + func LoggerHandler(logger *logrus.Logger) Decorator + func RouteHandler() Decorator + type RespWrapper struct + Status int + func (w *RespWrapper) SaveStatus(status int)