varnish / libvmod-curl

cURL Varnish bindings by Varnish Software
Other
48 stars 39 forks source link

Allow customization of HTTP method #13

Closed jsipprell closed 10 years ago

jsipprell commented 10 years ago

libvmod_curl is quite useful for sending requests to peer or "side" caches and even public CDNs, but it's even more useful if one can control the http protocol "method" used in such requests as this is often a non-standard or defacto mechanism of performing authoritative cache management (i.e. PURGE /foo HTTP/1.1).

This PR adds such capability to libvmod_curl.

fgsch commented 10 years ago

Thanks for your PR. I've added support for this in master in a different way. See commits dc48e0b and 6e856e5.

fgsch commented 10 years ago

Changes from master added as part of commit 0cf70333.