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/src/pjlib-util-test/test.h

    r2394 r3087  
    2424#define INCLUDE_STUN_TEST           1 
    2525#define INCLUDE_RESOLVER_TEST       1 
     26#define INCLUDE_HTTP_CLIENT_TEST    1 
    2627 
    2728extern int xml_test(void); 
     
    3132extern int test_main(void); 
    3233extern int resolver_test(void); 
     34extern int http_client_test(); 
    3335 
    3436extern void app_perror(const char *title, pj_status_t rc); 
Note: See TracChangeset for help on using the changeset viewer.