Package rfc2616 is an implementation of (parts of) IETF RFC-2616 (Hypertext Transfer Protocol -- HTTP/1.1), for the Go programming language.
- Go 100%
| char | ||
| ctl | ||
| eol | ||
| fieldname | ||
| method | ||
| requestline | ||
| requesturi | ||
| separator | ||
| sp | ||
| token | ||
| version | ||
| go.mod | ||
| go.sum | ||
| internalquotestring.go | ||
| isquotablestring.go | ||
| isquotablestring_test.go | ||
| istolerantquotablestring.go | ||
| istolerantquotablestring_test.go | ||
| LICENSE | ||
| quotestring.go | ||
| quotestringtolerantly.go | ||
| README.md | ||
go-rfc2616
Package rfc2616 is an implementation of (parts of) IETF RFC-2616, for the Go programming language.
Hypertext Transfer Protocol -- HTTP/1.1
https://datatracker.ietf.org/doc/html/rfc2616
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-rfc2616
Import
To import package rfc2616 use import code like the following:
import "codeberg.org/reiver/go-rfc2616"
Installation
To install package rfc2616 do the following:
GOPROXY=direct go get codeberg.org/reiver/go-rfc2616
Author
Package rfc2616 was written by Charles Iliya Krempeaux