Added package httpx (#1589)

This commit is contained in:
flywind 2020-08-10 13:27:57 +08:00 committed by GitHub
parent b75297620e
commit 86968ed7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]