proxy support (#166)

* Replace typed rest client with new http-client

* Send Content-Type: application/json and fix up some types

* Lint

* Consume @actions/http-client:1.0.5

* Consume @actions/http-client:1.0.6

* Dont send headers manually, http-client automatically will
This commit is contained in:
David Kale
2020-02-05 09:24:37 -05:00
committed by GitHub
parent f9c9166ecb
commit 4887979af8
4 changed files with 70 additions and 68 deletions

3
.gitignore vendored
View File

@ -94,3 +94,6 @@ typings/
# DynamoDB Local files
.dynamodb/
# Text editor files
.vscode/