Skip to content
Snippets Groups Projects
  1. Nov 26, 2021
  2. Nov 17, 2021
  3. Nov 11, 2021
  4. Oct 03, 2021
    • ale's avatar
      Add optional support for response gzip compression · 4cabb4df
      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).
      4cabb4df
    • ale's avatar
      Properly parse Content-Type HTTP headers · f1e753e3
      ale authored
      Use mime.ParseMediaType to obtain the main content type.
      f1e753e3
  5. Sep 21, 2021
  6. Aug 16, 2021
  7. Jun 26, 2021
  8. Jun 19, 2021
  9. Jun 07, 2021
  10. May 31, 2021
  11. May 25, 2021
  12. May 06, 2021
  13. Apr 06, 2021
  14. Apr 01, 2021
  15. Mar 18, 2021
  16. Mar 08, 2021
  17. Mar 04, 2021
  18. Mar 03, 2021
  19. Feb 24, 2021
  20. Feb 20, 2021
  21. Jan 29, 2021
  22. Jan 18, 2021
  23. Jan 10, 2021
  24. Jan 09, 2021
Loading