HTTP client errors
HTTP client

Prev:Character encodings and the HTTP client


HTTP operations may fail for one of two reasons. The first is an I/O error resulting from a network problem; a name server lookup failure, or a refused connection. The second is a protocol-level error returned by the server. There are two such errors:
download-failed ( response -- * )

too-many-redirects ( -- * )