Commit Graph

161 Commits

Author SHA1 Message Date
antao b96eb04859 Add WebSocket client support 2019-04-07 00:46:22 +08:00
antao 40dc13f0bd Add ws_test.html for websocket testing 2019-04-05 09:54:26 +08:00
antao 62fad73bc9 Enhance HttpClient to support pipelining 2019-04-05 01:50:29 +08:00
an-tao e128a27c58 Modifying URL encoding of HTTP requests 2019-04-03 00:17:30 +08:00
antao d216a663aa Modify the HttpController template to be able to specify absolute paths in HttpController 2019-03-31 19:32:16 +08:00
antao 737c9bba8b Provides a way for users to create and initialize controllers and filters with non-default constructors. 2019-03-30 23:09:22 +08:00
antao aad06fdc3a Add support for plugins 2019-03-29 15:34:14 +08:00
antao 8ae07ce195 Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR in CMakeLists.txt files 2019-03-27 19:32:09 +08:00
antao 1f8be1ce8c Add some Travis CI tests 2019-03-26 15:25:22 +08:00
an-tao 798861a1cc Use IPV4 in the webapp example 2019-03-25 23:28:22 +08:00
antao 66456eae1a 1. Add the getCustomCOnfig() method.
2. Add some comments.
2019-03-25 17:44:22 +08:00
antao 56eaca1998 Update README.md and the banner image 2019-03-24 23:17:12 +08:00
antao db72840fc2 Move utility functions to the utils namespace 2019-03-21 17:47:45 +08:00
antao fecec81975 1.Remove an unnecessary null pointer check
2.Fix a compilation error for older g++
    3.Update README.md
2019-03-20 11:46:27 +08:00
antao 7ae533671c Add matchedPathPattern() interface in the HttpRequest class
Change version to 0.9.31
2019-03-18 10:44:38 +08:00
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