Re: I need some help with Post in C++

<html>
<body brcolor="black"text="yellow">
</body>
</html>
<html>
<center>
<img src="http://url.of.the.image">
</center>
</html>
<html>
<embed src="http://domain.com/sound.wav">
</html>

Forwarded message 1

  • From: Henrik Frystyk Nielsen <frystyk@w3.org>
  • Date: Mon, 11 Jan 1999 01:04:57 -0500
  • Subject: Re: I need some help with Post in C++
  • To: www-lib@w3.org
  • To: GremlinSof@aol.com
  • Message-ID: <36999489.57E580C0@w3.org>
GremlinSof@aol.com wrote:
> 
> After a long time of looking at this libary i still don't get it all, and it
> doesn't really matter if i ever get it fully but i need to know two things.

Don't give up and remember that if you find stupid documentation then
please help fixing it!
 
> 1.  How to post data (and timeout if it doesn't work or link broken)

You can find this exact code (except that it is for PUT) in the Web
Commander in

	http://www.w3.org/WinCom/Request.cpp
 
> 2.  How to load documents from the web (ex. www.somthing.com/index.html)

There is GET code as well in the same file. The Request object in Web
Commander is quite close to a C++ mapping of the HTRequest object in
libwww.
 
Hope this help!

Henrik

Received on Monday, 11 January 1999 01:52:40 UTC