HttpBody.text constructor

const HttpBody.text(
  1. String text
)

A plain text body.

Implementation

const factory HttpBody.text(String text) = HttpBodyText._;