libwww-perl / HTTP-Message

The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication.

Home Page:https://metacpan.org/pod/HTTP::Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update perldoc for PATCH in HTTP::Request::Common

saturdaywalkers opened this issue · comments

Thanks for implementing HTTP PATCH!

Please update the perldoc to match
i.e. PATCH is like POST, not like PUT/GET

I think the docs are trying to convey that the PATCH() method has the same calling conventions as both POST() and PUT() methods, but we could certainly make this clearer. A patch would be welcome.

Fair enough :)
I'll try.
Time I gave something back.

OK, done. There's a pull request.
I fork'ed the repo, checked in my change, then did a pull request. Hope that's the correct process.

Addressed in PR #84
#84