public interface HttpOutputMessage extends HttpMessage
Typically implemented by an HTTP request on the client-side, or a response on the server-side.
| Modifier and Type | Method and Description | 
|---|---|
java.io.OutputStream | 
getBody()
Return the body of the message as an output stream. 
 | 
getHeaders