summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.websocket.protocol.lua
blob: 9ef52bbb9f4c093afca8d9e21c09a765ea727059 (plain)
1
2
3
4
5
6
7
8
---@meta
resty_websocket_protocol={}
function resty_websocket_protocol.build_frame() end
function resty_websocket_protocol.new_tab() end
function resty_websocket_protocol.send_frame(sock, fin, opcode, payload, max_payload_len, masking) end
resty_websocket_protocol._VERSION="0.07"
function resty_websocket_protocol.recv_frame(sock, max_payload_len, force_masking) end
return resty_websocket_protocol