PlainText

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

Create a request body with a string.

Attributes

body

the content of the body

contentType

the content type of the body

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product