File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44[ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-blue.svg?style=flat )] ( https://godoc.org/github.com/peterhellberg/link )
55[ ![ License MIT] ( https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/peterhellberg/link#license-mit )
66
7- Parses ** Link** headers used for pagination, as defined in [ rfc5988 ] ( https://tools.ietf.org/html/rfc5988 ) .
7+ Parses ** Link** headers used for pagination, as defined in [ RFC 5988 ] ( https://tools.ietf.org/html/rfc5988 ) .
88
99This package was originally based on < https://github.com/swhite24/link > , but ** Parse** takes a ` string ` instead of ` *http.Request ` in this version.
1010It also has the convenience functions ** ParseHeader** , ** ParseRequest** and ** ParseResponse** .
@@ -50,7 +50,7 @@ func main() {
5050
5151## Not supported
5252
53- - Extended notation ([ rfc5987 ] ( https://tools.ietf.org/html/rfc5987 ) )
53+ - Extended notation ([ RFC 5987 ] ( https://tools.ietf.org/html/rfc5987 ) )
5454
5555## Alternatives to this package
5656
Original file line number Diff line number Diff line change 11/*
22
3- Package link parses Link headers used for pagination, as defined in rfc5988
3+ Package link parses Link headers used for pagination, as defined in RFC 5988
44
55Installation
66
You can’t perform that action at this time.
0 commit comments