mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:49:00 +08:00
13 lines
369 B
JSON
13 lines
369 B
JSON
{
|
|
"name": "restinio",
|
|
"version-string": "0.6.13",
|
|
"description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
|
|
"homepage": "https://github.com/Stiffstream/restinio",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"asio",
|
|
"fmt",
|
|
"http-parser"
|
|
]
|
|
}
|