Handbook
Glossary
check-header-string ( str -- str )
Vocabulary
http
Inputs
str
an
object
Outputs
str
an
object
Definition
USING:
kernel
sets
;
IN:
http
:
check-header-string
( str -- str )
dup
"\r\n"
intersects?
[
"Header injection attack"
throw
]
when
;