The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CurlException
std
net
curl
Exception thrown on errors in std.net.curl functions.
class
CurlException :
Exception
{
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Meta
Source
See Implementation
std
net
curl
aliases
CurlCode
ThrowOnError
classes
CurlException
CurlTimeoutException
HTTPStatusException
functions
byChunk
byChunkAsync
byLine
byLineAsync
connect
del
download
get
options
patch
post
put
trace
upload
static variables
server
structs
AutoProtocol
Curl
FTP
HTTP
SMTP
variables
tlsInit
Exception thrown on errors in std.net.curl functions.