Handbook
Glossary
user-agent ( -- user-agent )
Furnace framework
ยป
Miscellaneous Furnace features
Prev:
client-state ( key -- value/f )
Vocabulary
furnace
.
utilities
Inputs
None
Outputs
user-agent
a
string
or
f
Word description
Outputs the user agent reported by the client for the current request.
Definition
USING:
http
kernel
namespaces
;
IN:
furnace.utilities
:
user-agent
( -- user-agent )
request
get
"user-agent"
header
""
or
;