An open API service indexing awesome lists of open source software.

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

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