mosn / pkg

Common packages used by other repos.
Apache License 2.0
26 stars 28 forks source link

add the http protocol, which comes from mosn #53

Closed Tanc010 closed 2 years ago

nejisama commented 3 years ago

HTTP协议应该还有更多的内容,不只这一点吧

nejisama commented 3 years ago

HTTP协议应该还有更多的内容,不只这一点吧

看了下,其他的需要进一步模块化,暂时还没有办法支持

Tanc010 commented 2 years ago

HTTP协议应该还有更多的内容,不只这一点吧

只需要types.go,其他如conv/htt1.go、httputility.go插件用不到

Tanc010 commented 2 years ago

HTTP协议应该还有更多的内容,不只这一点吧

看了下,其他的需要进一步模块化,暂时还没有办法支持

其他指的是X的协议吗?

codecov-commenter commented 2 years ago

Codecov Report

Merging #53 (574662a) into master (96b01e9) will increase coverage by 0.93%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   43.21%   44.15%   +0.93%     
==========================================
  Files          44       45       +1     
  Lines        2573     2627      +54     
==========================================
+ Hits         1112     1160      +48     
- Misses       1382     1386       +4     
- Partials       79       81       +2     
Impacted Files Coverage Δ
protocol/http/types.go 88.88% <88.88%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 96b01e9...574662a. Read the comment docs.