## Description I wish to use the HTTP client with https instead of just HTTP to secure my connection. ## Issue The HTTP client only supports HTTP without encryption making each request unsecured. ## Requirements - [ ] implement https on each request - [ ] Add TLS support to Node.JS ## Dependancy #8 HTTP GET #11 Node.JS
Description
I wish to use the HTTP client with https instead of just HTTP to secure my connection.
Issue
The HTTP client only supports HTTP without encryption making each request unsecured.
Requirements
Dependancy
#8 HTTP GET
#11 Node.JS