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

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


Vocabulary
http.server.responses

Inputs
bodya response body


Outputs
responsea response


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

See also
<content>, <text-content>

Definition

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