commit | 1b82463deed4de95bb9664953e1f10420b6c2fe0 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue May 23 16:12:09 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jun 09 09:56:21 2017 +0300 |
tree | 72ef2148fe628c5b14957150ee96399b32e072f2 | |
parent | 0d43bbfb777185753aeb414d9f0c6ded41d4b9dd [diff] |
net: http: Add HTTPS client support Add HTTPS support into http-client library. The init of the HTTPS client connection is different compared to HTTP client, but the actual HTTP request sending is using the same API as HTTP client. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>