U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » How to just Post data ?
How to just Post data ? [message #44538] Wed, 25 March 2015 10:17 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
	String url = ~edt_url;
	String header = ~edt_para;
	String data = ~edt_content;
	
	HttpRequest http(url);
	http.AddHeaders(data);
	http.Post(data);
	
	String result = http.Execute(); 


index.php?t=getfile&id=4760&private=0
it does not work,i just want post data to some url;
  • Attachment: Image 2.png
    (Size: 49.30KB, Downloaded 688 times)
 
Read Message
Read Message
Read Message
Previous Topic: [Bug] Httprequest - consecutive requests contain parts of previous requests
Next Topic: Simple class to handle variables used by different threads
Goto Forum:
  


Current Time: Sun Apr 26 14:02:53 GMT+2 2026

Total time taken to generate the page: 0.00677 seconds