ipknHama
|
88cc6079cb
|
add supporing handlers with res parameter
void handler(const crow::request&, crow::response& res)
{
res.send(data)
res.end()
}
https://news.ycombinator.com/item?id=8004017
|
2014-08-06 04:07:46 +09:00 |
|
Alex Butum
|
d7eac147fb
|
use 'template' keyword to treat 'operator ()' as a dependent template name in TaggedRule class
|
2014-07-08 13:14:21 +03:00 |
|
Alex Butum
|
0b241bf0e7
|
Fixed compilation error - CROW_LOG_DEBUG not declared in this scope
|
2014-07-08 12:28:38 +03:00 |
|
Antony Woods
|
1ae0387a25
|
Added log level support
|
2014-05-20 23:30:51 +01:00 |
|
Antony Woods
|
dccb246cf8
|
Added primitive logging
|
2014-05-20 17:17:56 +01:00 |
|
ipkn
|
81bd1e1fb6
|
caching datetime string for Date header
|
2014-05-02 01:17:49 -04: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
|
d0141b2613
|
fix routing bugs, some optimization on trie
|
2014-04-16 02:57:18 +09:00 |
|
ipknHama
|
7933427691
|
add more parameter types
|
2014-04-15 22:46:28 +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
|
7ec586556e
|
compiler error on invalid handler type; still no routing for dynamic url
|
2014-04-13 11:24:06 +09:00 |
|
ipknHama
|
152a5c8c2c
|
Trie based routing
|
2014-04-11 01:43:33 +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 |
|