Page 1 of 1

Get headers (mime-type) of a web page

Posted: Mon Mar 23, 2009 11:13 pm
by ale870
Hello,

I need to get mime-type (in http header) of a web page.
I found only functions/properties to setup http headers (to be sent to the server), but how can I read the ones the server send to me ?

Thank you for your help!

Posted: Mon Mar 23, 2009 11:18 pm
by ale870
Sorry I solved. I found the solution in another post.

Now I use:

libURLLastRHHeaders()

Thank you.