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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product