Add webby: Web utilities: http headers and query parsing (#2430)

This commit is contained in:
Andre von Houck 2022-12-17 07:56:27 +03:00 committed by GitHub
parent 28afe3a09a
commit 1a8810c659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14157,6 +14157,22 @@
"license": "MIT",
"web": "https://github.com/treeform/bitty/"
},
{
"name": "webby",
"url": "https://github.com/treeform/webby/",
"method": "git",
"tags": [
"web",
"http",
"uri",
"url",
"headers",
"query"
],
"description": "Web utilities - http headers and query parsing.",
"license": "MIT",
"web": "https://github.com/treeform/webby/"
},
{
"name": "fnv",
"url": "https://gitlab.com/ryukoposting/nim-fnv",