Publishing url with wxWidgets

Does anyone have some sample code showing how to post a POST to a URL using wxWidgets? The documentation and discussion forums imply that this is possible, but the methods in wxHTTP are very low compared to what you find in .NET and scripting languages ​​like Perl and Ruby. Do I really have to create the HTTP request myself and send it to the server via SocketOutputStream? Did I miss something?

+1


source to share


2 answers


I ran into a similar issue at first and ended up using Curl as it also cross-platform and very easy to use.



Tim

+1


source


At the same time, here. Tried using wxHTTP and ended up with Curl. And Curl is a charm to work with ...



J-O

0


source







All Articles