Interface RestTestClient.RequestBodySpec

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

public static interface RestTestClient.RequestBodySpec extends RestTestClient.RequestHeadersSpec<RestTestClient.RequestBodySpec>
Specification for providing the body of a request.
Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev