Hi Bruce,
As far as I can see they appear to work the same as POST, but they are just verbs (or methods) that indicate the "action" desired.
In the event we are trying to talk to a web service we need the functionality as part of NetWebClient so we could optionally set the verb (but its likely to work exactly as a POST) and in the event we need to build a web server that supports these additional actions/verbs we'd need to be able to query the NetWebServer/Worker to see the verb used.
I've only seen them as part of web services (or old school style web services webDAV, cardDAV, calDAV).
It just helps the server decide what action to perform, rather than the natural of how request should be processed.
Regards
Bill