public static interface HttpClientConfig.HttpClientFactory
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
createHttpClient()
Create an instance of
HttpClient that'll be used by REST Assured when making requests. |
org.apache.http.client.HttpClient createHttpClient()
HttpClient
that'll be used by REST Assured when making requests. By default
REST Assured creates a DefaultHttpClient
.
Important: Version 1.9.0 of REST Assured ONLY supports instances of AbstractHttpClient
. The API is
how ever prepared for future upgrades.
HttpClient
.Copyright © 2010–2017. All rights reserved.