From: Christian P. <cp...@se...> - 2005-01-14 15:52:27
|
Hi ! Am Donnerstag 13 Januar 2005 11:50 schrieb Christian Prochnow: > > Essentiall, i'd like to know how to write data over a POST request. > > I'll have a look at the HTTP RFC. I _think_ POST data must be sent to the > server with HTTPRequest::write(). http://www.faqs.org/rfcs/rfc1867.html read this. Adding a HTTPFormData class that could be send via HTTPRequest::write() would be helpful. Greetings, Christian |