Skip to content

Latest commit

 

History

History

message-http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

message-http

HyperText Transfer Protocol messages

javadoc

  • ../message Implementations of the Message interface

Usage

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.