aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/http/icnet_http_client_connection.h
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 Sardara1-3/+10
Change-Id: Iefcbfa1820bd47fd52475780c68c363a2baa2568 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-06-27Add possibility to retrieve the low level consumer socket from the HTTP ↵Mauro Sardara1-0/+2
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 Sardara1-0/+56
- 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>