On Fri, Sep 23, 2011 at 8:46 PM, Sean Murphy <seanm5t45...@gmail.com> wrote:

> Hi,
>
> Issue for GAE-python.
>

You should probably send this to google-appengine-python@ instead, then.


>
> I'm doing some work using the Salesforce REST API. This API uses the HTTP
> Patch
> command to update an object in SF. I note that URLFetch currently does not
> support
> Patch - any plans to support in future?
>

PATCH is actually a part of WebDav, not HTTP. If you'd like support for it
added to urlfetch, you should file a feature request on the issue tracker.


>
> I think the solution is to use httplib2 - it's a bit clunky, however.
>

Unfortunately, I don't believe this will work - httplib is just a wrapper
for URLFetch, so any restrictions that apply to URLFetch apply equally to
httplib(2).

-Nick Johnson


>
> Thoughts/comments appreciated.
>
> BR,
> Seán.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/bnDsbTzsfYgJ.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>



-- 
Nick Johnson, Developer Programs Engineer, App Engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to