A Fast and Easy to use microframework for the web.
Go to file
2014-04-03 08:29:22 +09:00
http-parser@d19e12911a accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
.gitignore preparing compile time url parsing 2014-04-03 08:29:22 +09:00
.gitmodules accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
example.cpp multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
example.py basic example 2014-03-30 22:53:56 +09:00
flask.h preparing compile time url parsing 2014-04-03 08:29:22 +09:00
http_connection.h multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
http_request.h multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
http_response.h multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
http_server.h accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
LICENSE Initial commit 2014-03-29 13:40:24 -07:00
Makefile preparing compile time url parsing 2014-04-03 08:29:22 +09:00
parser.h multiple routing (still no argument) 2014-04-01 22:58:52 +09:00
README.md project name change 2014-04-02 01:06:14 +09:00
routing.h preparing compile time url parsing 2014-04-03 08:29:22 +09:00
test.py test 404 2014-04-03 08:29:22 +09:00
unittest.cpp preparing compile time url parsing 2014-04-03 08:29:22 +09:00
utility.h preparing compile time url parsing 2014-04-03 08:29:22 +09:00

Flask++

Simple C++ HTTP Server (inspired by Python Flask)