release_notes.txt

来自「Http client source code. Working symbian」· 文本 代码 · 共 59 行

TXT
59
字号
S60 Platform: HTTP Client Example v2.1
--------------------------------------

This C++ application demonstrates simple HTTP GET and POST transactions using the
HTTP Client API. Basic HTTP authentication is also supported. The updated version 
provides many improvements, for example  in error handling, Internet access point filtering,
and offline awareness.

The application has been tested and qualified as a Symbian Signed application 
(read more in the Symbian Signed section of this file).

PREREQUISITES
-------------------------------------------------------------------------------

Symbian C++ basics.
Basic knowledge of HTTP protocol.


IMPORTANT FILES/CLASSES
-------------------------------------------------------------------------------

HTTPClientExample\src\ClientEngine.cpp
  Contains the implementation of HTTP Client API usage.
  Other source files form the typical Avkon GUI application.

Classes:
  RHTTPSession
  RHTTPTransaction
  RHTTPHeaders
  MHTTPDataSupplier
  MHTTPAuthenticationCallback
  MHTTPTransactionCallback


REQUIRED CAPABILITIES
-------------------------------------------------------------------------------

NetworkServices.


KNOWN ISSUES
-------------------------------------------------------------------------------

- On the S60 3rd Edition FP1 emulator and S60 3rd Edition MR emulator, the HTTP
  framework displays an IAP selection dialog right after the IAP has been
  selected via a custom IAP dialog.

- Though the application has been localized (English and Finnish supported), only 
  the resources of one language are installed (the active or selected language). 
  This is because of the limitation with the context-sensitive Help.


RUNNING THE EXAMPLE
-------------------------------------------------------------------------------

Start the application.
The Options menu provides the following commands:

HTTP Get 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?