Added package httpx (#1589)

This commit is contained in:
flywind
2020-08-10 07:27:57 +02:00
committed by GitHub
parent b75297620e
commit 86968ed7d5
+16 -3
View File
@@ -5,9 +5,9 @@
"method": "git",
"tags": [
"random",
"nim",
"pdf",
"cdf"
"nim",
"pdf",
"cdf"
],
"description": "A random variable generating library for nim.",
"license": "MIT",
@@ -18984,5 +18984,18 @@
"description": "Command line tools for Prologue.",
"license": "Apache-2.0",
"web": "https://github.com/planety/logue"
},
{
"name": "httpx",
"url": "https://github.com/xflywind/httpx",
"method": "git",
"tags": [
"web",
"server",
"prologue"
],
"description": "A super-fast epoll-backed and parallel HTTP server.",
"license": "MIT",
"web": "https://github.com/xflywind/httpx"
}
]