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?
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?
Currently, GET, POST, HEAD, PUT, and DELETE methods are supported in NetXDuo HTTP. Other methods are not supported.
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?
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.
5 people are following this question.