How to set the “Sec-WebSocket-Protocol” header in Phoenix?

I’ve always just used Cowboy, which makes it simple enough to add custom headers to the socket. From some previous posts, I don’t think Phoenix exposes this functionality unfortunately.