actions / http-client

A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await.
https://github.com/features/actions
Other
72 stars 33 forks source link

Fix missing proxy auth #42

Closed pravipati closed 3 years ago

pravipati commented 3 years ago

Fixes #39 by adding check to see whether proxy authentication is provided

bryanmacfarlane commented 3 years ago

changes look good. I think you need to run format on the code so the prettier check passes (it only runs on the linux leg - see the failed run)