github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/courier/httpx/headers.go (about)

     1  package httpx
     2  
     3  const (
     4  	HeaderUserAgent    = "User-Agent"
     5  	HeaderContentType  = "Content-Type"
     6  	HeaderRequestID    = "X-Request-ID"
     7  	HeaderForwardedFor = "X-Forwarded-For"
     8  	HeaderRealIP       = "X-Real-IP"
     9  )