hunt-httpclient ~master (2021-11-19T09:43:32Z)
Home
Dub
Repo
Request.post
hunt
httpclient
Request
Request
Undocumented in source. Be warned that the author may not have intended to support it.
Response
post
(string url)
Response
post
(string url, string[string] data)
Response
post
(string url, JSONValue json)
Response
post
(string url, string contentType, const(ubyte)[] content)
Response
post
(string url, HttpBody httpBody)
class
Request
Response
post
(
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