Closed tylerstillwater closed 11 years ago
NOTE: The fix makes these possible:
WithRedirect // uses http.StatusTemporaryRedirect - 302
WithTemporaryRedirect // uses http.StatusTemporaryRedirect - 307
WithPermanentRedirect // uses http.StatusTemporaryRedirect - 301
We should also add convenience methods for the various other forms of redirect