summaryrefslogtreecommitdiffstats
path: root/http-utils/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite requests from 'http' to 'https' with RoutePlannerBjørn Christian Seime2019-07-191-19/+21
|
* Revert "Simplify mechanism for overriding 'http' -> 'https'"Bjørn Christian Seime2019-07-181-0/+39
|
* Simplify mechanism for overriding 'http' -> 'https'Bjørn Christian Seime2019-07-171-39/+0
| | | | | Override using ssl socket factory for 'http' scheme. Removing the request interceptor as it is no longer needed.
* Add 'http-utils' module with VespaHttpClientBuilderBjørn Christian Seime2019-04-081-0/+39
| | | | | | | - Move VespaHttpClientBuilder source code from 'security-utils' to 'http-utils'. - Improve configuration of connection manager. - Add static factory for client builder with BasicHttpClientConnectionManager. - Simplify implementations of ConnectionManagerFactory by improving its interface.
* Revert "Bjorncs/http utils"Håkon Hallingstad2019-04-081-39/+0
|
* Add 'http-utils' module with VespaHttpClientBuilderBjørn Christian Seime2019-04-051-0/+39
- Move VespaHttpClientBuilder source code from 'security-utils' to 'http-utils'. - Improve configuration of connection manager. - Add static factory for client builder with BasicHttpClientConnectionManager. - Simplify implementations of ConnectionManagerFactory by improving its interface.