mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Add picohttpparser & microasynchttpserver. Merges #404 manually.
This commit is contained in:
parent
e65efe8fdd
commit
16a92b17ce
@ -5169,5 +5169,31 @@
|
|||||||
"description": "Nim wrapper for (and with) Celtoys's Remotery",
|
"description": "Nim wrapper for (and with) Celtoys's Remotery",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/Halsys/Nim-Remotery"
|
"web": "https://github.com/Halsys/Nim-Remotery"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "picohttpparser",
|
||||||
|
"tags": [
|
||||||
|
"web",
|
||||||
|
"http"
|
||||||
|
],
|
||||||
|
"method": "git",
|
||||||
|
"license": "MIT",
|
||||||
|
"description": "Bindings for picohttpparser.",
|
||||||
|
"web": "https://github.com/philip-wernersbach/nim-picohttpparser",
|
||||||
|
"url": "https://github.com/philip-wernersbach/nim-picohttpparser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "microasynchttpserver",
|
||||||
|
"tags": [
|
||||||
|
"web",
|
||||||
|
"http",
|
||||||
|
"async",
|
||||||
|
"server"
|
||||||
|
],
|
||||||
|
"method": "git",
|
||||||
|
"license": "MIT",
|
||||||
|
"description": "A thin asynchronous HTTP server library, API compatible with Nim\'s built-in asynchttpserver.",
|
||||||
|
"web": "https://github.com/philip-wernersbach/microasynchttpserver",
|
||||||
|
"url": "https://github.com/philip-wernersbach/microasynchttpserver"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user