aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/http/icnet_http_server_publisher.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Avoid attaching HTTP publisher to the forwarder at creation time: create a ↵Mauro Sardara1-5/+15
method for it. Change-Id: Ibe93696e3e2bf8acaf3dbe736db511436dca8f71 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara1-0/+79
- Application retrieve resources using the common HTTP url format. - Translation between network names and application names performed by the library - Added basic error handling - Added utils for http connections - Added support for differetn build types (DEBUG, RELEASE, RELEASE with debug symbols, RELEASE with min size executable) - Added support for iOS Change-Id: I8ba2a5d8bd70a4f7721e1bbc2efe3fb81ed2c98c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>