ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Allow creation of process without supervision #190

Closed edescourtis closed 5 years ago

edescourtis commented 5 years ago

Sometimes it's not desirable to have gun processes in a supervisor tree. Add options to disable supervision.

#{supervise => false}

essen commented 5 years ago

Done via a new supervise option.