Handbook
Glossary
<html-content> ( body -- response )
Furnace framework
»
HTTP server
»
Canned HTTP responses
Prev:
<text-content> ( body -- response )
Next:
<304> ( -- response )
Vocabulary
http
.
server
.
responses
Inputs
body
a response body
Outputs
response
a
response
Word description
Creates a response with content type
text/html
.
See also
<content>
,
<text-content>
Definition
IN:
http.server.responses
:
<html-content>
( body -- response )
"text/html"
<content>
;