This updated C++ application demonstrates simple HTTP GET and POST transactions using the HTTP Client API. Basic HTTP authentication
is also supported. The updated example uses application-level roaming (introduced in S60 3rd Edition, Feature Pack 2 onwards).
The updated example has been tested to support S60 5th Edition and touch UI.
This version supports S60 3rd Edition, Feature Pack 2 and S60 5th Edition.
Important classes: RHTTPSession, RHTTPTransaction, RHTTPHeaders, MHTTPDataSupplier, MHTTPAuthenticationCallback, MHTTPTransactionCallback.