Package rfc2616 is an implementation of (parts of) IETF RFC-2616 (Hypertext Transfer Protocol -- HTTP/1.1), for the Go programming language.
Find a file
2025-09-03 04:40:09 -07:00
char codeberg 2025-09-02 16:08:19 -07:00
ctl codeberg 2025-09-02 16:08:19 -07:00
eol codeberg 2025-09-02 16:08:19 -07:00
fieldname codeberg 2025-09-02 16:08:19 -07:00
method codeberg 2025-09-02 16:08:19 -07:00
requestline codeberg 2025-09-02 16:08:19 -07:00
requesturi codeberg 2025-09-02 16:08:19 -07:00
separator codeberg 2025-09-02 16:08:19 -07:00
sp codeberg 2025-09-02 16:08:19 -07:00
token codeberg 2025-09-02 16:08:19 -07:00
version codeberg 2025-09-02 16:08:19 -07:00
go.mod go.* 2025-09-02 19:54:13 -07:00
go.sum go.* 2025-09-02 19:56:08 -07:00
internalquotestring.go rfc2616.TolerantQuoteString() 2025-09-02 20:03:55 -07:00
isquotablestring.go rfc2616.IsQuotableString() 2025-09-02 20:18:49 -07:00
isquotablestring_test.go tests 2025-09-03 04:40:09 -07:00
istolerantquotablestring.go rfc2616.IsTolerantQuotableString() 2025-09-02 19:57:29 -07:00
istolerantquotablestring_test.go tests 2025-09-03 04:40:09 -07:00
LICENSE changelog.ca -> reiver.link 2025-09-02 15:57:11 -07:00
quotestring.go rfc2616.QuoteString() 2025-09-02 20:19:21 -07:00
quotestringtolerantly.go rename 2025-09-02 20:30:38 -07:00
README.md corrections in README.md 2025-09-02 20:06:05 -07:00

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

GoDoc

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