Categorygithub.com/tent/http-link-go
modulepackage
0.0.0-20130702225549-ac974c61c2f9
Repository: https://github.com/tent/http-link-go.git
Documentation: pkg.go.dev

# README

http-link-go Build Status

http-link-go implements parsing and serialization of Link header values as defined in RFC 5988.

Documentation

Installation

go get github.com/tent/http-link-go

# Functions

Format serializes a slice of Links into a header value.
Parse parses a Link header value into a slice of Links.

# Structs

No description provided by the author