github.com/volts-dev/volts@v0.0.0-20240120094013-5e9c65924106/internal/header/header.go (about)

     1  package header
     2  
     3  import (
     4  	"net/http"
     5  )
     6  
     7  // A Header represents the key-value pairs in an HTTP header.
     8  //
     9  // The keys should be in canonical form, as returned by
    10  // CanonicalHeaderKey.
    11  type Header = http.Header