github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/depends/kit/httptransport/httpx/httpx_header.go (about) 1 package httpx 2 3 const ( 4 HeaderUserAgent = "User-Agent" 5 HeaderContentType = "Content-Type" 6 HeaderContentDisposition = "Content-Disposition" 7 HeaderRequestID = "X-Request-ID" 8 HeaderForwardedFor = "X-Forwarded-For" 9 HeaderRealIP = "X-Real-IP" 10 )