My understanding is that PATCH requests are expected to have body content
-- for example, the RFC[1] seems to say that PATCH and PUT requests are
identical in structure and only differ in the server's interpretation of
the provided content.
Should ParseForm be patched to support PATCH requests? Right now it only
executes parsePostForm for POST and PUTs[2].
Thanks,
Rob
[1] http://tools.ietf.org/html/rfc5789
[2] http://golang.org/src/pkg/net/http/request.go?s=20322:20357#L701
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.