aboutsummaryrefslogtreecommitdiffstats
path: root/http-utils/src
Commit message (Expand)AuthorAgeFilesLines
* Set socket timeout when intendedjonmv2023-12-191-6/+6
* Change 'TlsContext' interface to return `X509SslContext'Bjørn Christian Seime2023-11-233-3/+3
* Update copyrightJon Bratseth2023-10-0919-20/+21
* Revert "Merge pull request #25776 from vespa-engine/jonmv/revert-private-endp...jonmv2023-01-301-0/+1
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-1/+0
* Merge pull request #25770 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-271-0/+1
|\
| * Move container status.html check as welljonmv2023-01-271-0/+1
* | Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-15/+61
* | Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-262-0/+2
* | Resolve implicit port from original URIBjørn Christian Seime2023-01-261-4/+3
* | Minor code cleanup.Henning Baldersheim2023-01-262-7/+5
* | Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-263-68/+22
|/
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-11/+14
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-251-14/+57
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-252-7/+7
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-096-21/+140
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol versi...Andreas Eriksen2023-01-066-140/+21
* Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-066-21/+140
* Convert http-utils to junit5Bjørn Christian Seime2022-07-274-30/+30
* Revert "Merge pull request #22393 from vespa-engine/revert-22386-jonmv/remove...jonmv2022-05-031-3/+6
* Revert "Merge pull request #22394 from vespa-engine/revert-22374-jonmv/remove...jonmv2022-05-031-0/+49
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-021-49/+0
* Revert "Remove another HTTP client wrapper"Harald Musum2022-05-021-6/+3
* Add status code to ResponseExceptionjonmv2022-05-021-6/+2
* Another utility methodjonmv2022-05-021-2/+9
* Add DefaultHttpClientBuidler for easy SSLContextjonmv2022-05-021-0/+49
* Update 2020 Oath copyrights.gjoranv2021-10-278-8/+8
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update copyright notices.Tor Egge2021-10-255-5/+5
* Revert "Remove the http-utils module (now embedded in vespajlib)"gjoranv2021-10-2115-0/+1072
* Remove the http-utils module (now embedded in vespajlib)gjoranv2021-09-3015-1072/+0
* Make VespaHttpClitBuilders more customizableJon Marius Venstad2021-04-092-5/+24
* Allow 'https' in schemeBjørn Christian Seime2021-04-091-4/+2
* See what reveal what it is unhappy with.Henning Baldersheim2021-04-091-1/+1
* Rename, remove unused, non-functionalJon Marius Venstad2021-03-251-1/+0
* Add test for route plannerJon Marius Venstad2021-03-231-0/+59
* Add builder for synchronous hc5 clientsJon Marius Venstad2021-03-233-30/+115
* Move retry sub package under hc4 as wellJon Marius Venstad2021-03-2310-10/+9
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-233-3/+4
* Remove duplicate headersJon Bratseth2021-03-181-1/+1
* Add copyright headersJon Bratseth2021-03-181-1/+2
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-102-6/+7
* Use a single, shared TlsContext instanceBjørn Christian Seime2021-01-142-2/+2
* Specify that connection manager is not sharedBjørn Christian Seime2020-11-251-0/+1
* Revert "Revert "Bjorncs/config convergence checker preps""Bjørn Christian Seime2020-11-251-0/+95
* Revert "Bjorncs/config convergence checker preps"Arnstein Ressem2020-11-251-95/+0
* Disable request auth handling and automatic redirect handlingBjørn Christian Seime2020-11-241-0/+2
* Implement Vespa http client builder for Apache http async client 5Bjørn Christian Seime2020-11-241-0/+93
* Stick to junit for simple test.Henning Baldersheim2020-08-111-3/+3
* Make Sleeper publicMartin Polden2020-06-041-1/+1