Handbook
Glossary
no-proxy? ( request -- ? )
Vocabulary
http
.
client
.
private
Inputs
request
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
sequences
splitting
;
IN:
http.client.private
:
no-proxy?
( request -- ? )
get-no-proxy-list
[
[
url>>
host>>
"."
split
]
dip
","
split
[
"."
split
no-proxy-match?
]
with
any?
]
[
drop
f
]
if*
;