aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/http/icnet_http_server_publisher.cc
AgeCommit message (Collapse)AuthorFilesLines
2018-02-16Improvements for HTTP messages processingMauro Sardara1-9/+15
Change-Id: Iefcbfa1820bd47fd52475780c68c363a2baa2568 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-09-22Add simple applications for ICN17 tutorialMauro Sardara1-3/+1
Change-Id: Ic76e73c87e0313056356a02d8ec45d6e337288cb Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-28Adding possibility to set lifetime when publishing content using the http ↵Mauro Sardara1-1/+3
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-19Adding missing android includeMauro Sardara1-1/+1
Change-Id: I666b0f932e736cd51c8ef6d42bcd602822445392 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
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>