Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
ensure-domain ( cookie -- cookie )
Vocabulary
http.server
Definition
USING:
accessors
kernel
namespaces
urls
;
IN:
http.server
:
ensure-domain
( cookie -- cookie )
[
url
get
host>>
dup
"localhost"
=
[
drop
]
[
or
]
if
]
change-domain
;