This is a low priority wish that also could be implemented by a forum member looking for a fun challenge.
Now and then we get questions on how to convert a curl request to B4X. (Example thread)
Recently I found an official tool by the curl team: h2c. It helps convert a set of headers to a curl request (headers to curl --> h2c). It can be found here: https://curl.haxx.se/h2c/
The obvious idea, and wish, is for somebody to make a c2b4x tool to help convert a curl request and get b4x code back. In many ways this is identical to the nice (but somewhat strangely named ) JSON Tree Example tool that has helped a lot of members.
Now and then we get questions on how to convert a curl request to B4X. (Example thread)
Recently I found an official tool by the curl team: h2c. It helps convert a set of headers to a curl request (headers to curl --> h2c). It can be found here: https://curl.haxx.se/h2c/
The obvious idea, and wish, is for somebody to make a c2b4x tool to help convert a curl request and get b4x code back. In many ways this is identical to the nice (but somewhat strangely named ) JSON Tree Example tool that has helped a lot of members.