wolfman42

Results 3 issues of wolfman42

### Proposed change Support setting of (additional) HTTP headers for WebSocket connection. This could be a new part of NatsOpts class. Useful for providing an Authorization header. Perhaps along the...

enhancement

As discussed in #305 this PR is adding support for manipulating the ClientWebSocketOptions used for WebSocket connections. Among other things, this allows setting an authorization header.

This is essentially the same as https://github.com/zalando/postgres-operator/pull/1308, just current.

minor