We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d087fb commit 3514896Copy full SHA for 3514896
1 file changed
gostd/README.md
@@ -148,6 +148,8 @@ use gostd::vendor
148
- [x] 完成bytes模块。(version >=0.2.8)
149
- [x] 完成mime::multipart模块。(version >=0.3.1)
150
- [x] 修复windos10平台编译失败的bug。(version>=0.3.18)
151
+- [x] 对net/http模块,自定义错误处理上的优化,引入bytes提高性能,api会有参数类型的变化(version>=0.4.1)
152
+- [ ] 对net/http模块,增加异步编程的支持,独立一个模块支持异步编程,原来模块保持不变。
153
154
# 独立发布包
155
0 commit comments