在Go中用于构建HTTP / 2应用程序的库

时间:2019-07-25 20:33:46

标签: go http2

我正在使用Go中的HTTP / 2来构建新服务。需要流式传输,多路复用,全双工通信,连接状态管理等功能。

在两个软件包中同时显示 -“ net / http”:https://golang.org/pkg/net/http/ -“ x / net / http2”:https://godoc.org/golang.org/x/net/http2

  • 我的理解是,“ net / http”内部将“ x / net / http2”用于HTTP / 2。是吗?
  • 假设确实如此,我们如何从net / http库获取http2的低级对象(例如流)?我已经编写了一个示例应用程序,但是找不到捕获这些对象的方法。

0 个答案:

没有答案