summaryrefslogtreecommitdiffstats
path: root/http-utils
Commit message (Collapse)AuthorAgeFilesLines
* Allow clients to re-use https connectionsBjørn Christian Seime2019-08-011-0/+4
|
* Rewrite requests from 'http' to 'https' with RoutePlannerBjørn Christian Seime2019-07-192-47/+55
|
* Revert "Simplify mechanism for overriding 'http' -> 'https'"Bjørn Christian Seime2019-07-182-6/+81
|
* Simplify mechanism for overriding 'http' -> 'https'Bjørn Christian Seime2019-07-172-81/+6
| | | | | 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-085-0/+228
| | | | | | | - 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-085-228/+0
|
* Add 'http-utils' module with VespaHttpClientBuilderBjørn Christian Seime2019-04-055-0/+228
- 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.