TheAppleFreak / winston-slack-webhook-transport

A Slack transport for Winston 3 that logs to a channel via webhooks
MIT License
35 stars 14 forks source link

feat(request) add proxy server support #6

Closed humkins closed 4 years ago

humkins commented 5 years ago

add a possibility to pass proxy server url as a part of request configuration

TheAppleFreak commented 4 years ago

Apologies about the delay in responding, but I've added a proxy setting to version 1.2.0. I've moved the request module over from request to axios, so make sure that your proxy config works with what that module expects..