| Package | Description |
|---|---|
| com.github.mjeanroy.junit.servers.client |
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.addDefaultCookie(Cookie cookie)
Add new default cookie.
|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.addDefaultCookie(String name,
String value)
Add new default cookie.
|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.addDefaultHeader(HttpHeader header)
Add new default header: if a header with the same name as already been added, it
will be overwritten with this new header.
|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.addDefaultHeader(String name,
String value)
Add new default header: if a header with the same name as already been added, it
will be overwritten with this new header.
|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.disableFollowRedirect()
Disable follow redirection handling.
|
HttpClientConfiguration.Builder |
HttpClientConfiguration.Builder.enableFollowRedirect()
Enable follow redirection handling.
|
Copyright © 2018. All rights reserved.