question

yongjinlee-0405 avatar image
1 Vote"
yongjinlee-0405 asked LiyaDu-9723 commented

netxDuo http method

The NetX Duo HTTP user guide says that it supports GET, POST, HEAD, PUT, and DELETE methods. Are there any other CONNECT, OPTIONS, TRACE, and PATCH methods supported?

azure-rtos
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

WenhuiXie-0422 avatar image
1 Vote"
WenhuiXie-0422 answered LiyaDu-9723 commented

Currently, GET, POST, HEAD, PUT, and DELETE methods are supported in NetXDuo HTTP. Other methods are not supported.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for answer.
If I implement CONNECT, OPTIONS, TRACE and PATCH myself, would it be possible?
Do you have any resources or support that might help?

0 Votes 0 ·

Currently we don't have plan to add further methods.

But you can add the other method by referring to the source code here: https://github.com/azure-rtos/netxduo/tree/master/addons/http.

0 Votes 0 ·