多路复用流库Spdystream.zip

wsrwsrriri 12 0 ZIP 2020-07-21 20:07:54

Spdystream 是使用 spdy 的多路复用流库。用途示例:Client example (connecting to mirroring server without auth)package main import (     "fmt"     "github.com/docker/spdystream"     "net"     "net/http" ) func main() {     conn, err := net.Dial("tcp", "localhost:8080")     if err != nil {         panic(err)     }  

用户评论
请输入评论内容
评分:
暂无评论