Commit Graph

22 Commits

Author SHA1 Message Date
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 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 56eaca1998 Update README.md and the banner image 2019-03-24 23:17: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 7041783579 Modify code style 2019-02-02 11:34:00 +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 a5684c66d3 Fix reference count error in HttpClientImpl class 2019-01-25 19:48:24 +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 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