Package httpaccept provides tools for working with the HTTP Accept request header, for the Go programming language.
Find a file
2025-09-06 23:10:30 -07:00
go.mod go.* 2025-09-06 21:45:02 -07:00
go.sum go.* 2025-09-06 21:45:02 -07:00
hasmediatype.go httpaccept.HasMediaType() 2025-09-06 23:10:30 -07:00
hasmediatype_test.go httpaccept.HasMediaType() 2025-09-06 23:10:30 -07:00
LICENSE initial commit 2025-09-06 21:44:38 -07:00
quotedstring.go skipQuotedString() 2025-09-06 23:06:40 -07:00
quotedstring_test.go skipQuotedString() 2025-09-06 23:06:40 -07:00
README.md minor correction to docs 2025-09-06 23:08:17 -07:00

go-httpaccept

Package httpaccept provides tools for working with the HTTP Accept request header, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-httpaccept

GoDoc

Import

To import package httpaccept use import code like the following:

import "codeberg.org/reiver/go-httpaccept"

Installation

To install package httpaccept do the following:

GOPROXY=direct go get codeberg.org/reiver/go-httpaccept

Author

Package httpaccept was written by Charles Iliya Krempeaux