Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement streamed async/sync downloadFile and deprecate old one. | Dominik Picheta | 2017-02-11 | 1 | -2/+4 |
| | |||||
* | Implement streamed body reading in httpclient. | Dominik Picheta | 2017-02-11 | 1 | -1/+3 |
| | |||||
* | Use onThreadCreation to set default SSL context for each thread (#5265) | Ruslan Mustakov | 2017-01-23 | 1 | -1/+1 |
| | | | Fixes: #4998 | ||||
* | Implements onProgressChanged callback for httpclient. | Dominik Picheta | 2016-09-24 | 1 | -3/+22 |
| | |||||
* | Implements getContent and postContent for (Async)HttpClient. | Dominik Picheta | 2016-09-24 | 1 | -0/+19 |
| | |||||
* | Handle redirects in HttpClient's post procs & post test. | Dominik Picheta | 2016-09-24 | 1 | -18/+17 |
| | |||||
* | Fixes #4797. | Dominik Picheta | 2016-09-19 | 1 | -0/+4 |
| | |||||
* | Implements proxy support for (Async)HttpClient. Ref #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+6 |
| | | | | Fixes #2160. | ||||
* | Implements timeouts for synchronous HttpClient. | Dominik Picheta | 2016-09-18 | 1 | -0/+13 |
| | |||||
* | Improvements to httpclient. Refs #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+53 |
* Adds ability to query HttpCode and compare it with strings. * Moves HttpMethod to HttpCore module. * Implements synchronous HttpClient using {.multisync.}. |