Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/github.com-miekg-dns-1.x
  • renovate/golang.org-x-net-0.x
  • renovate/golang.org-x-crypto-0.x
  • renovate/git.autistici.org-ai3-go-common-digest
  • master default protected
  • renovate/github.com-prometheus-client_golang-1.x
  • v3
  • v2
8 results

doc.go

Blame
  • doc.go 356 B
    /*
    Package handlers is a collection of handlers (aka "HTTP middleware") for use
    with Go's net/http package (or any framework supporting http.Handler).
    
    The package includes handlers for logging in standardised formats, compressing
    HTTP responses, validating content types and other useful tools for manipulating
    requests and responses.
    */
    package handlers