Class HttpMethodType

java.lang.Object
com.aquima.interactions.foundation.connectivity.HttpMethodType
All Implemented Interfaces:
Serializable

public final class HttpMethodType extends Object implements Serializable
This class defines all available http methods.
  • GET
  • POST
  • HEAD
  • OPTIONS
  • PUT
  • DELETE
  • TRACE
  • PATCH
are legal, subject to protocol restrictions.
Since:
9.0
Author:
Arjan Pragt
See Also: