diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-6B8BA8A8-AD56-55BA-9659-15091E988FB7.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-6B8BA8A8-AD56-55BA-9659-15091E988FB7.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,41 @@ + + + + + +httpexampleclient: +A Simple HTTP Client ExampleThis example shows how to use HTTP APIs. +
Purpose

This +example demonstrates the HTTP API. For more information about this example, +see Simple Client Session +guide, which is based around code snippets taken from the example. +Also see the HTTP Overview.

+
Download

Click +on the following link to download the example: Httpexampleclient.zip

Click: browse to view the example code.

+
Class Summary

RHTTPSession

MHTTPTransactionCallback

RHTTPTransaction

RHTTPSession

MHTTPFilterBase

RHTTPHeaders

RHTTPRequest

RHTTPResponse

THTTPHdrVal

MHTTPAuthenticationCallback

MHTTPDataSupplier

+
Building and +configuring

To build the example:

    +
  • You can build the example +from your IDE or the command line.

    If you use an IDE, import the bld.inf file +of the example into your IDE, and use the build command of the IDE.

    If +you use the command line, open a command prompt, and set the current directory +to the source code directory of the example. You can then build the example +with the SBSv1 build tools with the following commands:

    bldmake +bldfiles

    abld build

    How to use bldmake and How to use abld describe +how to use the SBSv1 build tools.

  • +
  • For the emulator, the +example builds an executable called httpexampleclient.exe in +the epoc32\release\winscw\<udeb or urel>\ folder.

  • +
+
+Simple Client +Session guide +HTTP Overview + +
\ No newline at end of file