Re: [webkit-dev] Get the HTTP request and response when loading a URL

2009-01-28 Thread Gustavo Noronha Silva
Hello,

On Tue, 2009-01-27 at 09:36 +0100, ferrety ferrety wrote:
 When using ./Programs/GtkLauncher to load a web page, let say
 http://www.cnn.com;,
 I'd like it to output both HTTP request it sends to the server and
 response from that server,
 both printed on the shell.

That is mostly not supported API-wise as of yet, on the GTK+ port. You
can take a look at this bug report to know where things stand:

https://bugs.webkit.org/show_bug.cgi?id=18608

Take a look also at the frame loaders rework:

https://bugs.webkit.org/show_bug.cgi?id=17066

See you,

-- 
Gustavo Noronha Silva g...@gnome.org
GNOME contributor: http://www.gnome.org/

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


[webkit-dev] Get the HTTP request and response when loading a URL

2009-01-27 Thread ferrety ferrety
Hi list,

When using ./Programs/GtkLauncher to load a web page, let say
http://www.cnn.com;,
I'd like it to output both HTTP request it sends to the server and
response from that server,
both printed on the shell.

How to do that guys?
Where I should look ?
Which function should I call please?

Thanks in advance !!!

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