- Added proxy function 06/7006/5
authorMauro Sardara <[email protected]>
Mon, 5 Jun 2017 16:43:52 +0000 (18:43 +0200)
committerMauro Sardara <[email protected]>
Mon, 5 Jun 2017 18:32:17 +0000 (20:32 +0200)
commit4da1b7955fb3190c0e0646cfde99436aa140d271
treebb9518b7aaf0c0493de03da83753d6a50f0aa9bf
parente8a980e1bc33adacb763066dc263f447656cb351
- Added proxy function
- Changed interface between library and application
- Support for different build type

Change-Id: I34ae75057490eb887d353e53c6d013f88bead04f
Signed-off-by: Mauro Sardara <[email protected]>
17 files changed:
CMakeLists.txt
cmake/Modules/FindCURL.cmake [new file with mode: 0644]
cmake/Modules/FindLibhicnet.cmake [new file with mode: 0644]
cmake/Modules/FindLibicnet.cmake
config.h.in [new file with mode: 0644]
dockerfile.ubuntu.xenial [new file with mode: 0644]
http-client/http_client.cc [new file with mode: 0644]
http-client/http_client.h [new file with mode: 0644]
http-server/common.h
http-server/http_server.cc
http-server/http_server.h
http-server/icn_request.cc
http-server/icn_request.h
http-server/icn_response.cc
http-server/icn_response.h
main.cc
scripts/build-package.sh