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