Feature Request
What feature are you suggesting?
Overview:
Provide a curl example in the network folder.
Smaller Details:
Most people wanting to interface with HTTP most likely will want to resort to curl/an external HTTP lib instead of relying on httpc, given it is my understanding httpc depends on the 3ds TLS stack, which is quite outdated.
Although the curl example is not that complex, I think listing in the README what is required to get it to work (make sure the libs are installed, add -lcurl and friends to the libraries list, make sure to call socInit) would be nice.
I can open a PR with the example, just want to get approval from the maintainers before doing so.
Feature Request
What feature are you suggesting?
Overview:
Provide a curl example in the
networkfolder.Smaller Details:
Most people wanting to interface with HTTP most likely will want to resort to curl/an external HTTP lib instead of relying on
httpc, given it is my understandinghttpcdepends on the 3ds TLS stack, which is quite outdated.Although the curl example is not that complex, I think listing in the README what is required to get it to work (make sure the libs are installed, add
-lcurland friends to the libraries list, make sure to callsocInit) would be nice.I can open a PR with the example, just want to get approval from the maintainers before doing so.