https://github.com/brandonc/go-weblinks
A parser for Link headers, as defined by rfc5988, mostly
https://github.com/brandonc/go-weblinks
Last synced: 3 months ago
JSON representation
A parser for Link headers, as defined by rfc5988, mostly
- Host: GitHub
- URL: https://github.com/brandonc/go-weblinks
- Owner: brandonc
- License: mit
- Created: 2021-09-03T18:16:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T18:16:57.000Z (over 3 years ago)
- Last Synced: 2024-12-28T16:26:39.186Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-weblinks
---A parser for Link headers, as defined by [rfc5988](https://datatracker.ietf.org/doc/html/rfc5988). There are many like it, but this one is mine.
### Features
Supports ext rels, target attributes, and a few RFC minutia. Doesn't use regular expressions.
### Other Implementations
- https://github.com/tent/http-link-go
- https://github.com/tomnomnom/linkheader
- https://github.com/peterhellberg/link
- https://github.com/swhite24/link