go-rfc2616/README.md

31 lines
841 B
Markdown

# 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](https://godoc.org/sourcecode.social/reiver/go-rfc2616?status.svg)](https://godoc.org/sourcecode.social/reiver/go-rfc2616)
## 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](http://changelog.ca)