core/com.tealium.prism.core.api.network/HttpMethod HttpMethod data class HttpMethod(val value: String)Simple data class to hold the Http Method name of an Http request.There are two constant values available for Get and Post since they are most commonly used in this library. Members Constructors HttpMethod Link copied to clipboard constructor(value: String) Types Companion Link copied to clipboard object Companion Properties value Link copied to clipboard val value: String