Re: [webkit-dev] network resources in webkit

2009-02-18 Thread Brady Eidson
One could go into more detail or be slightly more precise for each of  
these 4, but yes - pretty much.

~Brady

On Feb 17, 2009, at 10:18 PM, abhas saroha wrote:


hi all,
   am i right when i say ResourceHandle class does the  
communication, ResourceRequest represents requested resource from  
some remote url, ResourceResponse is a response(by the remote  
server) to the requested data and ResourceError is for error  
encountered in communication.

Thnx in advance


Abhas Saroha
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] network resources in webkit

2009-02-18 Thread abhas saroha
hi all,
  how do all these resources interact with each other. Lets say if i want to
make an http connection using these classes , if i just want to make a get
request to some server what should the approach be...sorry if i am being
vague...

Abhas Saroha


On Wed, Feb 18, 2009 at 1:59 PM, Brady Eidson beid...@apple.com wrote:

 One could go into more detail or be slightly more precise for each of these
 4, but yes - pretty much.
 ~Brady


 On Feb 17, 2009, at 10:18 PM, abhas saroha wrote:

  hi all,
   am i right when i say ResourceHandle class does the communication,
 ResourceRequest represents requested resource from some remote url,
 ResourceResponse is a response(by the remote server) to the requested data
 and ResourceError is for error encountered in communication.
 Thnx in advance


 Abhas Saroha
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] network resources in webkit

2009-02-17 Thread abhas saroha
hi all,
   am i right when i say ResourceHandle class does the communication,
ResourceRequest represents requested resource from some remote url,
ResourceResponse is a response(by the remote server) to the requested data
and ResourceError is for error encountered in communication.
Thnx in advance


Abhas Saroha
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev