Protocol HTTP 2只读发布历史
标题:Protocol-HTTP2:Protocol-HTTP2的只读发布历史
名称Protocol::HTTP2-HTTP/2协议(草案16)实现
使用Protocol::HTTP2来获取当前草案版本
print$Protocol::HTTP2::draft;#16
获取当前互操作性草案版本(与当前草案协议版本兼容,便于与其他实现进行互操作)
print$Protocol::HTTP2::draft_interop;#14
获取安全连接的协议标识字符串
print Protocol::HTTP2::get_secure_protocol_string;
下载地址
用户评论