13 lines
403 B
Markdown
13 lines
403 B
Markdown
|
# http-link-go [![Build Status](https://travis-ci.org/tent/http-link-go.png?branch=master)](https://travis-ci.org/tent/http-link-go)
|
||
|
|
||
|
http-link-go implements parsing and serialization of Link header values as
|
||
|
defined in [RFC 5988](https://tools.ietf.org/html/rfc5988).
|
||
|
|
||
|
[**Documentation**](http://godoc.org/github.com/tent/http-link-go)
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```text
|
||
|
go get github.com/tent/http-link-go
|
||
|
```
|