an-tao
|
a3ace50a30
|
Debug HttpClient...
|
2018-07-24 17:37:15 +08:00 |
|
antao
|
8f2fefb8e8
|
Merge branch 'master' of https://github.com/an-tao/drogon
|
2018-07-24 17:24:38 +08:00 |
|
antao
|
0e68138fa6
|
Debug HttpClient...
|
2018-07-24 17:24:23 +08:00 |
|
antao
|
d22e787fe5
|
add HttpClient
|
2018-07-23 17:51:45 +08:00 |
|
an-tao
|
199dc1918f
|
Add SSL macro in test program
|
2018-07-21 21:08:35 +08:00 |
|
antao
|
00e82ce5ba
|
Support https with OpenSSL
|
2018-07-21 13:21:13 +08:00 |
|
antao
|
daa7d241b1
|
update trantor
|
2018-07-17 17:22:20 +08:00 |
|
antao
|
8fae7a9749
|
Adapt to MacOS system
|
2018-07-16 18:58:22 +08:00 |
|
an-tao
|
81515f16fe
|
Update trantor
|
2018-07-16 18:19:38 +08:00 |
|
an-tao
|
735ba0bd95
|
Merge branch 'master' of https://github.com/an-tao/drogon
|
2018-07-10 15:44:31 +08:00 |
|
an-tao
|
e26395afdc
|
modify FunctionTraits
|
2018-07-10 15:42:50 +08:00 |
|
an-tao
|
0af5482a9a
|
rename a example dir
|
2018-06-28 23:29:40 +08:00 |
|
an-tao
|
8142fc6bf7
|
update CMakeLists.txt
|
2018-06-28 23:12:44 +08:00 |
|
an-tao
|
45fc7eba9f
|
update .gitignore
|
2018-06-26 21:39:50 +08:00 |
|
an-tao
|
1cfe874904
|
modify the version requirements of libjsoncpp
|
2018-06-26 21:18:32 +08:00 |
|
an-tao
|
3391584d9f
|
modify CMakeLists.txt
|
2018-06-26 14:52:41 +08:00 |
|
root
|
80542e42c2
|
Modifiy CMakeLists.txt
|
2018-06-23 14:47:00 +00:00 |
|
root
|
82855fc86e
|
fix precompiled bugs
|
2018-06-23 11:22:20 +00:00 |
|
an-tao
|
3041547b4e
|
add some new method in class HttpRequest
|
2018-06-21 17:44:19 +08:00 |
|
an-tao
|
b2c9db7eb0
|
modify val names
|
2018-06-21 15:39:11 +08:00 |
|
an-tao
|
34a63b7962
|
fix sendfile bug
|
2018-06-21 13:13:07 +08:00 |
|
an-tao
|
6adc6ce9a6
|
add Cookie class
|
2018-06-19 16:55:25 +08:00 |
|
an-tao
|
f19fbd3dd2
|
modify dynamic shared lib loading logic
|
2018-06-15 17:54:06 +08:00 |
|
an-tao
|
e805faea8e
|
use config.h to configure std::any or boost::any
|
2018-06-15 15:58:54 +08:00 |
|
an-tao
|
ba1aa722e8
|
parse json data in request
|
2018-06-15 12:14:30 +08:00 |
|
an-tao
|
fd4f43816a
|
modify CMakeLists.txt
|
2018-06-15 09:44:40 +08:00 |
|
an-tao
|
7d8f1ec7fa
|
Implement MD5 function
|
2018-06-15 00:58:08 +08:00 |
|
an-tao
|
0ac3f59276
|
modify CMakeLists.txt
|
2018-06-15 00:07:43 +08:00 |
|
an-tao
|
cc35b08580
|
support dynamic libs compiling and loading
|
2018-06-14 18:51:26 +08:00 |
|
an-tao
|
95b83206fb
|
Write the compilation configuration to config.h
|
2018-06-14 14:25:57 +08:00 |
|
an-tao
|
975f76c2f7
|
modify sharedLibManager,not complete yet
|
2018-06-13 18:07:48 +08:00 |
|
an-tao
|
50bbd2d946
|
modify definitation of any
|
2018-06-13 17:30:40 +08:00 |
|
an-tao
|
567bd65955
|
change some interface in Utilities.h/cc
|
2018-06-11 19:22:42 +08:00 |
|
an-tao
|
4a8cb46f43
|
add some method in HttpAppFramework
|
2018-06-11 17:11:06 +08:00 |
|
an-tao
|
6c7512bdf4
|
file uploading
|
2018-06-11 15:45:28 +08:00 |
|
an-tao
|
10a6d39a32
|
add FileUpload,not complete yet
|
2018-06-11 15:31:34 +08:00 |
|
an-tao
|
9ddd79b194
|
add mutex in HttpAppFrameworkImpl to ensure the multiple thread security
|
2018-06-11 13:39:15 +08:00 |
|
an-tao
|
e0fbab7d0e
|
add setThreadNum method
|
2018-06-08 17:21:36 +08:00 |
|
an-tao
|
e2fdbe9f62
|
fix a spelling mistake
|
2018-06-08 12:22:11 +08:00 |
|
an-tao
|
fb6c6527bd
|
add query parameters map to handler method
|
2018-06-08 11:15:29 +08:00 |
|
an-tao
|
beb7ae2b5d
|
modify drogon_ctl help command
|
2018-06-07 18:16:30 +08:00 |
|
an-tao
|
696a2d016f
|
connection should be closed by client
|
2018-06-07 17:30:03 +08:00 |
|
an-tao
|
132e887337
|
fix a spelling error
|
2018-06-07 16:38:45 +08:00 |
|
an-tao
|
5728774b26
|
urldecode in path string
|
2018-06-07 10:29:41 +08:00 |
|
an-tao
|
43744f5df6
|
modify example of api controller
|
2018-06-07 09:41:15 +08:00 |
|
an-tao
|
6aceffd6ef
|
fix regex bug
|
2018-06-07 09:00:19 +08:00 |
|
an-tao
|
006cfdd898
|
command for creating api controller;todo:fix regex match bug
|
2018-06-06 21:40:48 +08:00 |
|
an-tao
|
3f69aafec8
|
create api controller command,not complete yet
|
2018-06-06 18:29:05 +08:00 |
|
an-tao
|
f992c02673
|
use std::regex to match api path pattern,and parse arguments in path
|
2018-06-06 16:34:02 +08:00 |
|
an-tao
|
5bf0746673
|
chmod
|
2018-06-06 09:35:04 +08:00 |
|