acl
acl: CurlyHttpMethodCall
bind
bind: CurlyHttpMethodCall
checkout
checkout: CurlyHttpMethodCall
connect
connect: CurlyHttpMethodCall
copy
copy: CurlyHttpMethodCall
defaultResponseBodyParsers
defaultResponseBodyParsers: CurlyResponseBodyParsersProperty
delete
delete: CurlyHttpMethodCall
get
get: CurlyHttpMethodCall
head
head: CurlyHttpMethodCall
link
link: CurlyHttpMethodCall
lock
lock: CurlyHttpMethodCall
m-search
"m-search": CurlyHttpMethodCall
merge
merge: CurlyHttpMethodCall
mkactivity
mkactivity: CurlyHttpMethodCall
mkcalendar
mkcalendar: CurlyHttpMethodCall
mkcol
mkcol: CurlyHttpMethodCall
move
move: CurlyHttpMethodCall
notify
notify: CurlyHttpMethodCall
options
options: CurlyHttpMethodCall
patch
patch: CurlyHttpMethodCall
post
post: CurlyHttpMethodCall
propfind
propfind: CurlyHttpMethodCall
proppatch
proppatch: CurlyHttpMethodCall
purge
purge: CurlyHttpMethodCall
put
put: CurlyHttpMethodCall
rebind
rebind: CurlyHttpMethodCall
report
report: CurlyHttpMethodCall
search
search: CurlyHttpMethodCall
source
source: CurlyHttpMethodCall
subscribe
subscribe: CurlyHttpMethodCall
trace
trace: CurlyHttpMethodCall
unbind
unbind: CurlyHttpMethodCall
unlink
unlink: CurlyHttpMethodCall
unlock
unlock: CurlyHttpMethodCall
unsubscribe
unsubscribe: CurlyHttpMethodCall
EXPERIMENTAL This API can change between minor releases
Async wrapper around the Curl class.
It's also possible to request using a specific http verb directly by using
curl.<http-verb>(url: string, options?: CurlyOptions)
, like: