Handbook
Glossary
too-many-redirects ( -- * )
HTTP client
ยป
HTTP client errors
Prev:
download-failed ( response -- * )
Vocabulary
http
.
client
Error description
Thrown by
http-request
if the server returns a chain of than
max-redirects
redirections.
Definition
IN:
http.client
ERROR:
too-many-redirects
;
Methods
USING:
http
http.client
kernel
make
math.parser
summary
;
M:
too-many-redirects
summary
drop
[
"Redirection limit of "
%
max-redirects
#
" exceeded"
%
]
""
make
;