- Feb 23, 2022
-
-
renovate authored
-
ale authored
-
ale authored
The ProxyHandler apparently assumes that you're running a gorilla.Mux for request routing, as it sets the URL.Scheme field of the incoming request - which is normally unset. This has the consequence of messing up all sorts of things, including redirects, because the other fields (like Host) of the request URL are still going to be unset.
-
- Feb 22, 2022
-
-
renovate authored
-
- Feb 15, 2022
-
-
renovate authored
-
- Feb 14, 2022
-
-
renovate authored
-
- Feb 05, 2022
- Jan 31, 2022
-
-
renovate authored
-
- Jan 29, 2022
-
-
renovate authored
-
- Jan 04, 2022
-
-
renovate authored
-
- Dec 06, 2021
-
-
ale authored
-
- Dec 05, 2021
-
- Dec 04, 2021
-
-
ale authored
-
- Dec 03, 2021
-
-
ale authored
-
- Dec 02, 2021
- Nov 26, 2021
- Nov 23, 2021
- Nov 17, 2021
-
-
renovate authored
-
- Nov 11, 2021
-
-
renovate authored
-
- Oct 03, 2021
-
-
ale authored
The clients already support it (via the default net/http.Transport), and it can be enabled with a configuration parameter. The default is still currently disabled, though there is plan to flip it later to enabled-by-default if it proves to be working as expected in production. We also introduce, via a slight refactoring of the Serve() code, a test of the top-level http.Handler (with the full middleware stack).
-
ale authored
Use mime.ParseMediaType to obtain the main content type.
-
- Oct 01, 2021
-