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

Next:<text-content> ( body -- response )


Vocabulary
http.server.responses

Inputs
bodya response body
content-typea string


Outputs
responsea response


Word description
Creates a successful HTTP response which sends a response body with the specified content type to the client.

See also
<text-content>, <html-content>

Definition