Interface RequestBody

All Known Subinterfaces:
WebRequestBody

public interface RequestBody

Represents the payload body of a client request in a server exchange.

The request body basically provides multiple ways to consume the request payload depending on the request content type.

Since:
1.0
Author:
Jeremy Kuhn
See Also: