ae ~next-master (2021-11-15T07:19:42.0556092)
Dub
Repo
CachedCurlNetwork.Metadata
ae
sys
net
cachedcurl
CachedCurlNetwork
Response metadata.
class
CachedCurlNetwork
static
struct
Metadata {
HTTP
.
StatusLine
statusLine
;
string
[][
string
]
headers
;
}
Members
Variables
headers
string
[][
string
]
headers
;
HTTP response headers.
statusLine
HTTP
.
StatusLine
statusLine
;
HTTP status line.
Meta
Source
See Implementation
ae
sys
net
cachedcurl
CachedCurlNetwork
classes
CachedCurlException
constructors
this
functions
cachedReq
downloadFile
getFile
httpRequest
post
resolveRedirect
urlOK
static functions
req
structs
Metadata
Request
Response
variables
cacheDir
cookieDir
cookieExt
epoch
http
Response metadata.