aboutsummaryrefslogtreecommitdiffstats
path: root/apps/http
AgeCommit message (Collapse)AuthorFilesLines
2018-02-23Added native PING applicationMauro Sardara1-1/+1
Change-Id: If76818fdc90e7223e811ece0c21f8a7c67defa4c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2018-02-16Improvements for HTTP messages processingMauro Sardara2-5/+7
Change-Id: Iefcbfa1820bd47fd52475780c68c363a2baa2568 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-10-12Fixing the feature to download a given number of segments in http-dash-clientJacques Samain1-3/+3
Change-Id: I584d6480a5c22d9ea033efbe8f24c0c58b33004c Signed-off-by: Jacques Samain <jsamain+fdio@cisco.com>
2017-07-28Adding possibility to set lifetime when publishing content using the http ↵Mauro Sardara1-2/+8
helper. Change-Id: I0107bb216e961c189a62f5c6bb3b22fc563919a7 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-05- Added new interface between applications and library:Mauro Sardara4-0/+239
- 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>