Skip to content
Snippets Groups Projects
  1. Feb 23, 2022
  2. Feb 22, 2022
  3. Feb 15, 2022
  4. Feb 14, 2022
  5. Feb 05, 2022
  6. Jan 31, 2022
  7. Jan 29, 2022
  8. Jan 04, 2022
  9. Dec 06, 2021
  10. Dec 05, 2021
  11. Dec 04, 2021
  12. Dec 03, 2021
  13. Dec 02, 2021
  14. Nov 26, 2021
  15. Nov 23, 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. Oct 01, 2021
Loading