19 Commits (6c4ac75c359ac961f02703cd4b4055bf47f1844e)

Author SHA1 Message Date
Chunting Gu 6c4ac75c35 Add comment to HttpClientSession about the usage in multi-thread scenario. 6 years ago
Chunting Gu 3b7f4ecacf Add shortcuts for GET, POST, etc. to HttpClientSession. 6 years ago
Chunting Gu da1dbbb073 Add HttpRequestBuilder to replace HttpRequestArgs 6 years ago
Chunting Gu d906470a4a Support request and response compression. 6 years ago
Chunting Gu f6c305d266 Add keep_alive() to HttpClientArgs 6 years ago
Chunting Gu 5853f39ac3 Stop deadline timer once start to read response. 6 years ago
Chunting Gu 99e02927b7 Reconnect and retry the request if server has closed the reused connection. 6 years ago
Chunting Gu 3566b1d98b Add timeout setting HttpClientSession. 6 years ago
Chunting Gu 53fb2a92c9 Add buffer size to HttpClientSession 6 years ago
Chunting Gu 5f64f3bb62 Add zlib to support content-encoding (gzip, deflate) 6 years ago
Chunting Gu 616f5a3f5e Reorganize examples; fix soap issues. 6 years ago
Chunting Gu 05782b773a Refine client session and its examples. 6 years ago
Chunting Gu 5abd7e275c Refine keep-alive connections. 6 years ago
Chunting Gu 901b2902a2 Merge HttpClient and HttpSslClient; draft of client connection pool. 6 years ago
Chunting Gu 0db366bfe0 Drop the support of VS2013 6 years ago
Chunting Gu 3647407b8b Throw exception from inside HttpClientSession.Request(). 6 years ago
Chunting Gu 31d0ea3c9d Cleanup async client APIs. 6 years ago
Chunting Gu ffa0794926 Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 6 years ago
Chunting Gu 9b8304f06c Initial client API V2 6 years ago