Picture of Sam 4951
Registered 5 years 4 days
Sam 4951 Monday, 19 October 2020, 05:07 PM
When will the HTTP Client support DELETE requests?
Hello,

I'm using the IHTTPClient class to implement a REST client.
But in order to delete an endpoint, I need to send a HTTP DELETE request.

At this moment only GET, PUT and POST requests can be used (http_request_type_t enum).

When will the HTTP client support DELETE requests?

Best regards,
Sam
Andreas Fink
Moderator Registered 13 years 52 days
Andreas Fink (innovaphone) Monday, 19 October 2020, 08:27 PM
Re: When will the HTTP Client support DELETE requests?
Hello Sam,

it is included in the upcoming V13R2.

Best Regards
Andreas Fink
Picture of Sam 4951
Registered 5 years 4 days
Sam 4951 Tuesday, 20 October 2020, 08:27 AM
Re: When will the HTTP Client support DELETE requests?
Hi Andreas,

Thank you for your answer.

When is the release of V13R2 scheduled?

Best regards,
Sam
Andreas Fink
Moderator Registered 13 years 52 days
Andreas Fink (innovaphone) Tuesday, 20 October 2020, 07:43 PM
Re: When will the HTTP Client support DELETE requests?
Hello Sam,

I can not give an exact schedule, but it would be not before end of Q1 2021.

For development purposes you could use beta software, the would be released earlier.

Best Regards
Andreas Fink
Picture of Sam 4951
Registered 5 years 4 days
Sam 4951 Monday, 16 November 2020, 11:08 AM
Re: When will the HTTP Client support DELETE requests?
Hello Andreas,

I tried to download the 13r2 beta version from http://build-dfs.innovaphone.com/13r2/apps/sdk/135328/sdk/ but some files (sdk-defs.mak, sdk.mak, ...) are not available.

For example : http://build-dfs.innovaphone.com/13r2/apps/sdk/135328/sdk/sdk-defs.mak leads to a 404 error (File or directory not found).

In the past, the sdk was available in one single file sdk.zip, but I can't find the sdk.zip for this version.

Best regards,
Sam
Picture of Sam 4951
Registered 5 years 4 days
Sam 4951 Monday, 12 April 2021, 03:39 PM
Re: When will the HTTP Client support DELETE requests?
Hello Andreas, The new HTTP2 namepace supports the DELETE verb (enum Method). Is there any info/docu/sample code available on how the new IHTTP2Client class should be used? Best regards, Sam
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 121 days
Daniel Deterding (innovaphone) Monday, 12 April 2021, 03:45 PM
Re: When will the HTTP Client support DELETE requests?
Hi Sam,

the HTTP2 client is not yet supposed to be officially used.

But the 13r2 standard HTTP client supports DELETE:

typedef enum {
HTTP_GET,
HTTP_POST,
HTTP_PUT,
HTTP_DELETE
} http_request_type_t;

Greetings,
Daniel
Picture of Sam 4951
Registered 5 years 4 days
Sam 4951 Monday, 12 April 2021, 03:54 PM
Re: When will the HTTP Client support DELETE requests?
Hey Daniel,

The 13r2 sdk download link fails (on https://store.innovaphone.com/beta/135885/download.htm)

Best regards,
Sam


Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 201 days
Marc Schodermayr (innovaphone) Monday, 12 April 2021, 04:34 PM
Re: When will the HTTP Client support DELETE requests?
The 13r2 beta SDK isn't released for now. However, we're working on it to offer a beta release, soon. We will keep you updated in this developer forum.
← You can define your color theme preference here