Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
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.

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
Generated by Dokka
(c) Tealium 2026