package
0.0.0-20200628105730-7179885c4902
Repository: https://github.com/exlinc/golang-utils.git
Documentation: pkg.go.dev
# README
Utils for HTTP redirects
Redirects are simple, but here are a few documented and standardized functions for doing them!
# Functions
PermanentRedirect sends a 'StatusPermanentRedirect' code with the provided URL back to the client.
TemporaryRedirect sends a 'StatusTemporaryRedirect' code with the provided URL back to the client.