Commit Graph

20 Commits

Author SHA1 Message Date
ipknHama
2e8f9f383d begin implementation: mustache based template engine 2014-08-02 22:32:48 +09:00
ipknHama
b7781b20ff Add HTTP/1.1 persistent connection timeout
manage Connection object life cycle using shared_ptr
2014-07-29 20:20:50 +09:00
ipknHama
c19eed0285 add support for "Expect: 100-continue" 2014-07-09 14:08:40 +09:00
ipknHama
23f9b52858 fix old naming, check for host header 2014-07-09 14:08:02 +09:00
ipknHama
f8893eb138 rename flask to crow 2014-04-27 03:16:00 +09:00
ipknHama
89bfe52f09 increasing unittest coverage; fix crash bug while parsing headers 2014-04-22 20:19:03 +09:00
ipknHama
dd74354a7b increase test coverage of json.h 2014-04-22 03:27:53 +09:00
ipknHama
1173eba332 add support for handlers with request argument, add http method 2014-04-20 17:45:59 +09:00
ipknHama
5cdffdf9f7 update json interface 2014-04-20 17:45:59 +09:00
ipknHama
de7a70de34 add json reading feature; optimization 2014-04-19 07:12:56 +09:00
ipknHama
d908a2657e preparing JSON library for flask++; complete writing feature 2014-04-17 22:32:50 +09:00
ipknHama
d0141b2613 fix routing bugs, some optimization on trie 2014-04-16 02:57:18 +09:00
ipknHama
5692ec1cbf multi server test 2014-04-15 22:08:23 +09:00
ipknHama
dc50332033 update makefile, add more test 2014-04-15 05:35:04 +09:00
ipknHama
f8ee6d4dad add test for parameter tagging, response 2014-04-15 05:11:37 +09:00
ipknHama
b69a40c15b preparing unittest, assert on handler with void return type 2014-04-15 03:02:48 +09:00
ipknHama
53debf7e2c parameter passing done for int 2014-04-15 00:31:51 +09:00
ipknHama
b33c7a4f29 removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
ipknHama
d533a619c9 routing class working version 2014-04-03 08:29:22 +09:00
ipknHama
5e5d696884 preparing compile time url parsing 2014-04-03 08:29:22 +09:00