package
2.5.0+incompatible
Repository: https://github.com/oxyno-zeta/s3-proxy.git
Documentation: pkg.go.dev

# Functions

ClientIP will return client ip from request.
No description provided by the author
HandleBadRequest Handle bad request error following response template.
HandleBadRequest Handle bad request error following response template with given template in parameter nolint:whitespace.
HandleForbidden Handle forbidden error following response template.
HandleForbiddenWithTemplate Handle forbidden error following response template given in parameters.
HandleInternalServerError Handle internal server error following response template nolint:whitespace.
HandleInternalServerErrorWithTemplate Handle internal server error following response template given in parameter nolint:whitespace.
HandleNotFound Handle not found error following response template.
HandleNotFoundWithTemplate Handle not found error following response template with given template in parameter.
HandleUnauthorized Handle unauthorized error following response template.
HandleUnauthorized Handle unauthorized error following response template with given template in parameter.
TemplateExecution will execute template with values and interpret response as html content.