forio / Curl.jl

a Julia HTTP curl library
Other
11 stars 8 forks source link

Support Patch #5

Closed adambom closed 11 years ago

adambom commented 11 years ago

Curl.patch(url, ehrmahgerd_derta)

pauladam commented 11 years ago

Added PATCH in c6a6c1841f, usage: println(Curl.patch("http://requestb.in/s5sgk7s5", { :arg1 => "var1" }).text)