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/pjlib-util/build/pjlib_util.dsp

    r1987 r3087  
    126126# Begin Source File 
    127127 
     128SOURCE="..\src\pjlib-util\http_client.c" 
     129# End Source File 
     130# Begin Source File 
     131 
    128132SOURCE="..\src\pjlib-util\md5.c" 
    129133# End Source File 
     
    217221 
    218222SOURCE="..\include\pjlib-util\hmac_sha1.h" 
     223# End Source File 
     224# Begin Source File 
     225 
     226SOURCE="..\include\pjlib-util\http_client.h" 
    219227# End Source File 
    220228# Begin Source File 
Note: See TracChangeset for help on using the changeset viewer.