// // hello.cc // // Copyright (c) 2012 Yuji Hirose. All rights reserved. // The Boost Software License 1.0 // #include int main(void) { HTTP_SERVER("localhost", 1234) { GET("/hi", { res.set_content("Hello World!"); }); } } // vim: et ts=4 sw=4 cin cino={1s ff=unix