没有合适的资源?快使用搜索试试~ 我知道了~
protocol-websocket:协议
共73个文件
t:30个
pl:14个
pm:14个
需积分: 10 0 下载量 158 浏览量
2021-05-28
12:15:30
上传
评论
收藏 73KB ZIP 举报
温馨提示
名称 协议:: WebSocket-WebSocket协议 概要 # Server side my $hs = Protocol::WebSocket::Handshake::Server->new; $hs->parse('some data from the client'); $hs->is_done; # tells us when handshake is done my $frame = $hs->build_frame; $frame->append('some data from the client'); while (defined(my $message = $frame->next)) { if ($frame->is_close) { # Send close frame back send( $h
资源推荐
资源详情
资源评论
收起资源包目录
protocol-websocket-master.zip (73个子文件)
protocol-websocket-master
xt
changes.t 161B
pod.t 222B
pod-coverage.t 552B
t
draft-ietf-hybi-00
client-ssl.t 2KB
server.t 2KB
response.t 5KB
frame.t 2KB
client.t 2KB
server-ssl.t 942B
request.t 6KB
empty 0B
rsv.t 1KB
draft-ietf-hybi-17
server.t 857B
response.t 939B
frame.t 6KB
request_psgi.t 1KB
client.t 954B
request.t 5KB
message.t 699B
response_common.t 809B
frame.t 3KB
message 273B
url.t 2KB
request_common.t 861B
cookie.t 3KB
draft-ietf-hybi-10
server.t 870B
response.t 939B
client.t 1000B
request.t 4KB
challenge 8B
client.t 3KB
draft-hixie-75
response.t 3KB
request.t 8KB
lib
Protocol
WebSocket.pm 3KB
WebSocket
Request.pm 13KB
Message.pm 5KB
Handshake
Server.pm 3KB
Client.pm 3KB
Cookie
Request.pm 2KB
Response.pm 2KB
Cookie.pm 2KB
Stateful.pm 795B
Frame.pm 11KB
Client.pm 14KB
Handshake.pm 1KB
URL.pm 2KB
Response.pm 8KB
Changes 5KB
MANIFEST.SKIP 84B
Build.PL 301B
minil.toml 28B
examples
anyevent.pl 1012B
event.pl 670B
reflex.pl 1KB
net-server-multiplex.pl 981B
anyevent-http-server.pl 481B
io-poll.pl 1KB
io-multiplex.pl 1KB
plack.psgi 906B
poe.pl 804B
io-event.pl 980B
nginx-engine.pl 2KB
io-async.pl 1KB
io-lamda.pl 1KB
event_reactor.pl 952B
.travis.yml 262B
util
wsconsole 2KB
LICENSE 18KB
.proverc 9B
README.md 3KB
META.json 2KB
.gitignore 35B
cpanfile 120B
共 73 条
- 1
资源评论
亲爱的薄荷绿
- 粉丝: 31
- 资源: 4663
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功