Package rfc2616 is an implementation of (parts of) IETF RFC-2616 (Hypertext Transfer Protocol -- HTTP/1.1), for the Go programming language.
Go to file
Charles Iliya Krempeaux 5075eff7cc initial commits 2023-12-06 14:24:54 -08:00
char initial commits 2023-12-06 08:27:42 -08:00
ctl initial commits 2023-12-06 08:22:21 -08:00
separator initial commits 2023-12-06 08:15:17 -08:00
sp initial commits 2023-12-06 07:58:29 -08:00
token initial commits 2023-12-06 14:24:54 -08:00
LICENSE initial commits 2023-12-06 07:43:49 -08:00
README.md initial commits 2023-12-06 07:43:49 -08:00

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/sourcecode.social/reiver/go-rfc2616

GoDoc

Import

To import package rfc2616 use import code like the follownig:

import "sourcecode.social/reiver/go-rfc2616"

Installation

To install package rfc2616 do the following:

GOPROXY=direct go get https://sourcecode.social/reiver/go-rfc2616

Author

Package rfc2616 was written by Charles Iliya Krempeaux