A Fast and Easy to use microframework for the web.
Go to file
2014-05-02 01:28:20 -04:00
http-parser@d19e12911a accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
.gitignore fix routing bugs, some optimization on trie 2014-04-16 02:57:18 +09:00
.gitmodules accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
common.h rename flask to crow 2014-04-27 03:16:00 +09:00
crow.h rename flask to crow 2014-04-27 03:16:00 +09:00
datetime.h caching datetime string for Date header 2014-05-02 01:17:49 -04:00
example.cpp caching datetime string for Date header 2014-05-02 01:17:49 -04:00
example.py removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
http_connection.h change system_clock to steady_clock 2014-05-02 01:28:20 -04:00
http_request.h rename flask to crow 2014-04-27 03:16:00 +09:00
http_response.h rename flask to crow 2014-04-27 03:16:00 +09:00
http_server.h caching datetime string for Date header 2014-05-02 01:17:49 -04:00
json.h rename flask to crow 2014-04-27 03:16:00 +09:00
LICENSE Update LICENSE 2014-04-20 03:55:41 +09:00
Makefile caching datetime string for Date header 2014-05-02 01:17:49 -04:00
parser.h rename flask to crow 2014-04-27 03:16:00 +09:00
README.md Update README.md 2014-04-26 07:43:05 +09:00
routing.h caching datetime string for Date header 2014-05-02 01:17:49 -04:00
test.py add support for handlers with request argument, add http method 2014-04-20 17:45:59 +09:00
unittest.cpp rename flask to crow 2014-04-27 03:16:00 +09:00
utility.h rename flask to crow 2014-04-27 03:16:00 +09:00

Crow

Crow is C++ microframework for web. (inspired by Python Flask)