<text-content> ( body -- response )
Furnace framework » HTTP server » Canned HTTP responses

Prev:<content> ( body content-type -- response )
Next:<html-content> ( body -- response )


Vocabulary
http.server.responses

Inputs
bodya response body


Outputs
responsea response


Word description
Creates a response with content type text/plain.

See also
<content>, <html-content>

Definition

: <text-content> ( body -- response ) "text/plain" <content> ;