ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
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.