Skip to content
Snippets Groups Projects
  1. Aug 14, 2022
  2. Aug 13, 2022
  3. Jul 26, 2022
  4. Jun 01, 2022
  5. May 31, 2022
  6. May 13, 2022
  7. Apr 09, 2022
  8. Apr 07, 2022
  9. Mar 31, 2022
  10. Mar 30, 2022
  11. Mar 21, 2022
  12. Feb 23, 2022
  13. Feb 22, 2022
  14. Feb 15, 2022
  15. Feb 14, 2022
  16. Feb 05, 2022
  17. Jan 31, 2022
  18. Jan 29, 2022
  19. Jan 04, 2022
  20. Dec 02, 2021
  21. Nov 26, 2021
  22. Nov 17, 2021
  23. Nov 11, 2021
  24. 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
  25. Sep 21, 2021
  26. Aug 16, 2021
  27. Jun 26, 2021
  28. Jun 19, 2021
Loading