Interface WebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>>

Type Parameters:
S - a self reference to the spec type
All Superinterfaces:
WebTestClient.RequestHeadersSpec<S>, WebTestClient.UriSpec<S>
All Known Subinterfaces:
WebTestClient.RequestBodyUriSpec
Enclosing interface:
WebTestClient

public static interface WebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>> extends WebTestClient.UriSpec<S>, WebTestClient.RequestHeadersSpec<S>
Specification for providing request headers and the URI of a request.