0

Can someone give an example of how to send a POST request with Google's C++ native client? The question has been asked before, but Google's documentation is not very helpful (and in some cases non-existent). And yes, I have been scouring github for help, but to no avail.

Community
  • 1
  • 1
ConnorP
  • 97
  • 1
  • 9

1 Answers1

0

Did you have a look at the NativeClient SDK's examples?

In the nacl_sdk\pepper_\examples\api\url_loader folder you'll find an example of how to use the URLLoader.

cmonsqpr
  • 583
  • 6
  • 13