Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/github.com-go-webauthn-webauthn-0.x
  • renovate/go-1.x
  • renovate/golang.org-x-crypto-0.x
  • renovate/golang.org-x-sync-0.x
  • renovate/github.com-mattn-go-sqlite3-1.x
  • renovate/github.com-go-ldap-ldap-v3-3.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/github.com-google-go-cmp-0.x
  • renovate/opentelemetry-go-monorepo
  • master default
  • renovate/github.com-lunixbochs-struc-digest
  • renovate/github.com-duo-labs-webauthn-digest
12 results

json.go

Blame
    • ale's avatar
      4cabb4df
      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
      History
      Add optional support for response gzip compression
      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).