Ignore:
Timestamp:
Feb 4, 2010 6:29:16 PM (14 years ago)
Author:
ming
Message:

Implemented ticket #1018: Simple HTTP client implementation

  • pjlib-util:
    • implement http_client
  • pjlib-util-test:
    • unit test for http_client
  • pjsip-apps/samples:
    • sample http client implementation
  • build:
    • added http_client support on VS6, VS2005, MMP, and Makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian/pjlib_util.mmp

    r3046 r3087  
    4141SOURCE  hmac_md5.c 
    4242SOURCE  hmac_sha1.c 
     43SOURCE  http_client.c 
    4344SOURCE  md5.c 
    4445SOURCE  pcap.c 
     
    6263//DOCUMENT pjlib-util\\hmac_md5.h 
    6364//DOCUMENT pjlib-util\hmac_sha1.h 
     65//DOCUMENT pjlib-util\http_client.h 
    6466//DOCUMENT pjlib-util\md5.h 
    6567//DOCUMENT pjlib-util\resolver.h 
Note: See TracChangeset for help on using the changeset viewer.