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