requests ~master (2022-04-27T18:42:53Z)
Dub
Repo
Request.patch
requests
request
Request
Undocumented in source. Be warned that the author may not have intended to support it.
Response
patch
(string uri, QueryParam[] query)
Response
patch
(string uri, MultipartForm form)
Response
patch
(string uri, R content, string contentType)
struct
Request
Response
patch
(
R
)
(
string
uri
,
R
content
,
string
contentType
= "application/octet-stream"
)
Meta
Source
See Implementation
requests
request
Request
classes
LastInterceptor
functions
addHeaders
addInterceptor
clearHeaders
deleteRequest
exec
execute
format
get
patch
post
put
toString
properties
cm
hasMultipartForm
path
sslSetCaCert
sslSetCertFile
sslSetKeyFile
sslSetVerifyPeer
uri
userHeaders