aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/http
AgeCommit message (Collapse)AuthorFilesLines
2018-02-16Improvements for HTTP messages processingMauro Sardara1-1/+3
Change-Id: I7274a4ace481cc468c1844d1278e2905721c128f Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-16Improvements for HTTP messages processingMauro Sardara11-110/+350
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 Sardara2-1/+4
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-19Adding missing android includeMauro Sardara2-2/+6
Change-Id: I666b0f932e736cd51c8ef6d42bcd602822445392 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-12Adding android depsMauro Sardara1-0/+3
Change-Id: I250f905226c9444b7c44302e84c13be7a08c0207 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-12Adding additional check for MAC OSMauro Sardara1-1/+4
Change-Id: I4defac2f9de374c5f54ad69eed032da492248003 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-07-12Avoid attaching HTTP publisher to the forwarder at creation time: create a ↵Mauro Sardara2-12/+16
method for it. Change-Id: Ibe93696e3e2bf8acaf3dbe736db511436dca8f71 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-27Add possibility to retrieve the low level consumer socket from the HTTP ↵Mauro Sardara2-6/+7
client helper Change-Id: I7a51427396397d06608fdae36e30c6f0bc7a9f3e Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara10-0/+783
- 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>