Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
2 years ago | |
---|---|---|
.. | ||
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
headers.go | 2 years ago |
HTTP header constants for Gophers.
go get -u github.com/go-http-utils/headers
https://godoc.org/github.com/go-http-utils/headers
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"
No Description
Go SVG JavaScript Vue Roff other