Interface RestClient.RequestBodySpec

All Superinterfaces:
RestClient.RequestHeadersSpec<RestClient.RequestBodySpec>
All Known Subinterfaces:
RestClient.RequestBodyUriSpec
Enclosing interface:
RestClient

public static interface RestClient.RequestBodySpec extends RestClient.RequestHeadersSpec<RestClient.RequestBodySpec>
Contract for specifying request headers and body leading up to the exchange.
Since:
6.1
Author:
Arjen Poutsma, Sebastien Deleuze
  • Method Details