go-http-utils/headers
GitHub: go-http-utils/headers
Stars: 23 | Forks: 10
# headers
[](https://travis-ci.org/go-http-utils/headers)
[](https://coveralls.io/github/go-http-utils/headers?branch=master)
HTTP header constants for Gophers.
## Installation
go get -u github.com/go-http-utils/headers
## Documentation
https://godoc.org/github.com/go-http-utils/headers
## Usage
import (
"fmt"
"github.com/go-http-utils/headers"
)
fmt.Println(headers.AcceptCharset)
// -> "Accept-Charset"
fmt.Println(headers.IfNoneMatch)
// -> "If-None-Match"
fmt.Println(headers.Normalize("content-type"))
// -> "Content-Type"
标签:EVTX分析