hunt-httpclient ~master (2021-11-19T09:43:32Z)
Home
Dub
Repo
Request.del
hunt
httpclient
Request
Request
Undocumented in source. Be warned that the author may not have intended to support it.
Response
del
(string url)
Response
del
(string url, string[string] data)
Response
del
(string url, JSONValue json)
Response
del
(string url, string contentType, const(ubyte)[] content)
class
Request
Response
del
(
string
url
,
string
contentType
,
const
(
ubyte
)[]
content
)
Response
del
(string url, HttpBody httpBody)
Meta
Source
See Implementation
hunt
httpclient
Request
Request
constructors
this
functions
accept
acceptJson
asForm
asJson
asMultipart
attach
bodyFormat
contentType
del
formData
get
patch
post
put
retry
timeout
withCookies
withHeaders
withToken