Symbian get content-type?

124 Views Asked by At

I'm develop on C++ for Symbian. How do I get the content-type from the site I'm accessing from RHTTPTransaction?

1

There are 1 best solutions below

0
On

One way is to get the RHTTPResponse object from the transaction with Response() and then access the Content-Type header value via GetHeaderCollection() and GetField().