Expand HTTP request types

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
Stefan Schnell
Posts: 46
Joined: Tue Dec 01, 2015 8:17 am
Contact:

Expand HTTP request types

Post 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
Stefan Schnell
Posts: 46
Joined: Tue Dec 01, 2015 8:17 am
Contact:

Re: Expand HTTP request types

Post 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
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: Expand HTTP request types

Post 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
Post Reply