|
|
%!s(int64=13) %!d(string=hai) anos | |
|---|---|---|
| example | %!s(int64=13) %!d(string=hai) anos | |
| test | %!s(int64=13) %!d(string=hai) anos | |
| .gitignore | %!s(int64=13) %!d(string=hai) anos | |
| README.md | %!s(int64=13) %!d(string=hai) anos | |
| httplib.h | %!s(int64=13) %!d(string=hai) anos |
A C++ HTTP library.
The Boost Software License 1.0
Inspired by Sinatra
#include <httplib.h>
int main(void) {
HTTP_SERVER("localhost", 1234) {
GET("/hi", {
res.set_content("Hello World!");
});
}
}
Copyright (c) 2012 Yuji Hirose. All rights reserved.