[Featureserver] D in CRUD not working

Eric Lemoine eric.c2c at gmail.com
Fri Dec 26 05:13:31 EST 2008


On Tue, Dec 23, 2008 at 5:39 PM, Yves Moisan <yves.moisan at boreal-is.com> wrote:
>
>> Making it do so is hard, because urllib doesn't make anything other than
>> get and post easy, so you have to drop down to the level of httplib.
>
> I found out about httplib2 and it works nicely.  I haven't looked at all
> its potential so I don't know if it could replace urllib2 altogether,
> but at least it allows me to update the OpenLayers proxy so that it
> accepts DELETE requests.

A while back I wrote an httplib2-based proxy script (supporting GET,
POST, PUT and DELETE) that I'd be happy to share. See [*].

[*] <https://trac.mapfish.org/trac/mapfish/browser/sandbox/camptocamp/MapFishUnhcr/client/examples/http-proxy.py>

--
Eric



More information about the Featureserver mailing list