Commit Graph

146 Commits

Author SHA1 Message Date
antao
053c760d27 Rename the InnerIpFilter class 2019-03-14 11:25:12 +08:00
an-tao
0e447a1f9e Adapt ipv6 2019-03-13 23:44:53 +08:00
antao
250781ac08 Add configuration options that limit the number of keep-alive requests 2019-03-12 18:22:13 +08:00
antao
b39dd52a87 Modify some comments 2019-03-06 15:57:05 +08:00
antao
49c03ee707 Add htmlTranslate() method 2019-02-27 10:36:03 +08:00
antao
e7dbb3bbc5 Remove 'using namespace drogon' from public headers 2019-02-02 13:45:40 +08:00
antao
7041783579 Modify code style 2019-02-02 11:34:00 +08:00
antao
82100926e5 Change version to 0.9.24 2019-02-01 18:59:13 +08:00
antao
022132c33e Add json format response benchmark 2019-01-31 10:23:12 +08:00
an-tao
cbbee440ea Compatible with older versions of gcc 2019-01-29 22:24:32 +08:00
antao
55ba4c5196 Support file upload requests 2019-01-29 17:38:55 +08:00
antao
075e3cc6b3 Modify the newFileResponse method 2019-01-29 10:49:37 +08:00
antao
cdd8ba380e 1. Modify the HttpClientImpl class to fix some bugs;
2. Support attachment download;
2019-01-28 18:25:04 +08:00
antao
cef7dc177e Optimize file upload 2019-01-27 15:59:56 +08:00
antao
a5684c66d3 Fix reference count error in HttpClientImpl class 2019-01-25 19:48:24 +08:00
antao
3f4baf15f1 Optimize filters and controllers 2019-01-25 16:46:20 +08:00
antao
615924c889 Debug form post request 2019-01-23 11:32:55 +08:00
antao
7c8432add0 Support http request in json format 2019-01-22 23:00:14 +08:00
antao
a9e9ced331 Use references instead of values in range-based for loop 2019-01-21 17:39:31 +08:00
antao
856aedbf47 Support gzip on the client side 2019-01-21 13:37:53 +08:00
antao
ec7e8a1040 Forbid to download files from the parent folder 2019-01-19 22:57:07 +08:00
antao
8f7adc4ae7 Modify the webapp_test 2019-01-19 14:13:31 +08:00
antao
5fd8571292 Change the listening port 2019-01-19 13:44:24 +08:00
antao
38e8148b56 Add a test client for the simple example 2019-01-19 12:26:03 +08:00
antao
c4987f690b Optimize routing algorithm 2019-01-18 17:42:46 +08:00
antao
ab6faf3376 Add some comments 2019-01-18 10:30:39 +08:00
antao
38966e09d4 Split the HttpAppFrameworkImpl class 2019-01-17 13:51:25 +08:00
an-tao
5c96c4e6a2 Modifying the routing algorithm of HTTP controllers 2019-01-17 00:12:58 +08:00
antao
01de7f4f1e Remove expired filter classes 2019-01-16 10:03:11 +08:00
antao
f35ff6347a Format some files 2019-01-02 18:49:37 +08:00
antao
5c9799c15a Modify http client for cookies 2019-01-02 16:13:36 +08:00
antao
327a7a2f75 Add benchmark code to the examples path 2018-12-15 20:05:19 +08:00
antao
3d24285339 Modify the ListParaView.csp 2018-12-07 19:40:47 +08:00
antao
ba8138ba60 Modify the HttpFile class 2018-11-30 17:34:02 +08:00
antao
cd1139cf83 Update save methods of uploaded files 2018-11-26 16:36:57 +08:00
antao
fbe757444f Modify the newHttpClient() method 2018-11-17 17:33:05 +08:00
antao
13d13ed240 Organize the format of files 2018-11-16 13:26:14 +08:00
an-tao
eef922ffc5 Update trantor 2018-11-16 00:09:58 +08:00
an-tao
e14bc9b41f Split HttpContext class 2018-11-15 22:00:23 +08:00
antao
fd58a419a9 Rename HttpApiController to HttpController 2018-11-15 14:31:10 +08:00
antao
882a8f8090 Change the registerHttpApiMethod method to a non-static method 2018-11-09 15:21:53 +08:00
antao
af53337a6a Add configuration options to the configuration file for simple controller mapping 2018-10-21 14:52:41 +08:00
antao
1433fc0509 Fix a trivial problem 2018-10-20 16:39:38 +08:00
antao
fcb2ab7880 HttpMethod 2018-10-20 13:45:17 +08:00
antao
eef0ee8729 Use 'any' to support two types of constraints 2018-10-20 12:40:30 +08:00
antao
acc26c0776 Add Http method constraints 2018-10-20 11:20:06 +08:00
antao
2008b1fce6 Add drogon.h for drogon users 2018-10-18 15:54:57 +08:00
antao
8df7b9c69a Update CMakeLists.txt for using older basename command 2018-10-17 18:43:51 +08:00
antao
40a116193c Modify path matching 2018-10-17 15:06:24 +08:00
antao
c86ec77d26 Add support for view nesting 2018-10-17 13:48:28 +08:00