A Fast and Easy to use microframework for the web.
Go to file
2014-05-23 08:22:12 +01: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 Added log level support 2014-05-20 23:30:51 +01:00
datetime.h caching datetime string for Date header 2014-05-02 01:17:49 -04:00
example.cpp Added log handlers via the ILogHandler interface. At the moment these are sti pretty trivial but should still allow you to add handlers for network, file etc. 2014-05-23 08:22:12 +01:00
example.py removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
http_connection.h Added log level support 2014-05-20 23:30:51 +01: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 Added log level support 2014-05-20 23:30:51 +01: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
logging.h Added log handlers via the ILogHandler interface. At the moment these are sti pretty trivial but should still allow you to add handlers for network, file etc. 2014-05-23 08:22:12 +01:00
Makefile Added primitive logging 2014-05-20 17:17:56 +01: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 Added log level support 2014-05-20 23:30:51 +01:00
settings.h Added log level support 2014-05-20 23:30:51 +01: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)