HyperText Transfer Protocol messages
- ../message Implementations of the Message interface
After importing the bom
:
<dependency>
<!-- http message type -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-http</artifactId>
</dependency>
The unit tests HttpReqTest
and HttpResTest
contain usage examples for the message types supplied by this module.