Page 1 of 1

Expand HTTP request types

Posted: Sat Dec 26, 2015 9:11 am
by Stefan Schnell
Hello Fred,

is it possible for a future release that you expand the HTTP request types to:
#PB_HTTP_PUT
#PB_HTTP_DELETE
#PB_HTTP_MERGE

These request types are necessary for CRUD operations in an OData context. You can find more information here.

Thanks in advance.

Cheers
Stefan

Re: Expand HTTP request types

Posted: Sat Jan 02, 2016 4:48 pm
by Stefan Schnell
Hello Fred,

I want to add my wishlist the

#PB_HTTP_PATCH

request type. This request type is necessary for File APIs of online file stores.

Thanks in advance.

Cheers
Stefan

Re: Expand HTTP request types

Posted: Sat Jan 09, 2016 4:20 pm
by SparrowhawkMMU
#PB_HTTP_HEAD and #PB_HTTP_OPTIONS would be useful too - some RESTful APIs require the former and I know one of our own systems make use of the latter