50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
---------------------------------------------------------------------------
|
|
Name
|
|
|
|
HTTPLibTest
|
|
|
|
---------------------------------------------------------------------------
|
|
Description
|
|
|
|
HTTPLibTest demonstrates how to use the built-in shared HTTP Library. The
|
|
application shows how to send HTTP requests based on urls specified by
|
|
the user. The application then displays statistics on the total time for
|
|
the HTTP request, the response latecy, total bytes received and the
|
|
throughput.
|
|
|
|
---------------------------------------------------------------------------
|
|
Builds With
|
|
|
|
Codewarrior 9
|
|
GCC command line (Please use GCC_makefile to build)
|
|
|
|
---------------------------------------------------------------------------
|
|
Devices
|
|
|
|
All Palm OS devices capable of connecting to the internet
|
|
|
|
---------------------------------------------------------------------------
|
|
Requirements
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
Libraries Used
|
|
|
|
HTTP Library
|
|
|
|
---------------------------------------------------------------------------
|
|
How to Run
|
|
|
|
Enter a url in the url text field or select one from the url menu.
|
|
Tap on Get. The following information
|
|
will be displayed about the HTTP request:
|
|
-Total Time: _ s __ ms
|
|
-Resp Latency: _ s __ ms
|
|
-Total Bytes: __ bytes
|
|
-Throughput: ___ bytes/sec
|
|
|
|
---------------------------------------------------------------------------
|
|
Note
|
|
|
|
|
|
--------------------------------------------------------------------------- |