lua-resty-websocket
lua-resty-websocket copied to clipboard
Feature: Support connecting to unix sockets
Support for unix sockets.
Had no idea what the host header should be, could substitute the "/"'s with "."'s of the host var and use that instead if it's prefered.
Used an empty capture group for the port, could change it to named captures.