PlainText

tyrian.http.Body.PlainText
final case class PlainText(contentType: String, body: String) extends Body

Create a request body with a string.

Value parameters

body

the content of the body

contentType

the content type of the body

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product