From b813b2c567747c86ebe2c3de24ed6af26119ccf2 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 4 Feb 2010 18:29:16 +0000 Subject: 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 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3087 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/pjlib_util.mmp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.symbian') diff --git a/build.symbian/pjlib_util.mmp b/build.symbian/pjlib_util.mmp index 3eb3701a..fbf4b426 100644 --- a/build.symbian/pjlib_util.mmp +++ b/build.symbian/pjlib_util.mmp @@ -40,6 +40,7 @@ SOURCE errno.c SOURCE getopt.c SOURCE hmac_md5.c SOURCE hmac_sha1.c +SOURCE http_client.c SOURCE md5.c SOURCE pcap.c SOURCE resolver_wrap.cpp @@ -61,6 +62,7 @@ SOURCE xml_wrap.cpp //DOCUMENT pjlib-util\\getopt.h //DOCUMENT pjlib-util\\hmac_md5.h //DOCUMENT pjlib-util\hmac_sha1.h +//DOCUMENT pjlib-util\http_client.h //DOCUMENT pjlib-util\md5.h //DOCUMENT pjlib-util\resolver.h //DOCUMENT pjlib-util\scanner.h -- cgit v1.2.3