http-link 1.0.1

naive implementation of RFC8288 for parsing HTTP Link header value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.url]
version = "2.2.2"

[package]
authors = ["axion014 <axion014@gmail.com>"]
description = "naive implementation of RFC8288 for parsing HTTP Link header value"
edition = "2018"
license = "MIT"
name = "http-link"
repository = "https://github.com/axion014/http-link/"
version = "1.0.1"