Handbook
Glossary
test-output ( -- str )
Vocabulary
fastcgi
Inputs
None
Outputs
str
an
object
Definition
USING:
accessors
assocs
formatting
http
sequences
threads
;
IN:
fastcgi
:
test-output
( -- str )
"<pre>"
request
tget
header>>
[
"%s => %s\n"
sprintf
]
{
}
assoc>map
concat
append
"</pre>"
append
;