varnish / libvmod-curl

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

Explain how to use the the body() function #37

Closed aondio closed 8 years ago

aondio commented 8 years ago

Fixes #15

dridi commented 8 years ago

LGTM, what about binary bodies?

aondio commented 8 years ago

That is user responsibility to check which kind of response body they expect.

fgsch commented 8 years ago

Looks good but that won't be visible in the generated manpage. Not sure if that was your intention or not.

aondio commented 8 years ago

I'm aware that the man page is generated from the README, but I wanted this patch to address this specific issue and nothing else. My plan was to get this one merged and then write another patch to have the man page generated from the VCC file(as it should be in a VMOD).