Add initial interop tests
Showing
- tools/http2_interop/README.md 9 additions, 0 deletionstools/http2_interop/README.md
- tools/http2_interop/doc.go 6 additions, 0 deletionstools/http2_interop/doc.go
- tools/http2_interop/frame.go 11 additions, 0 deletionstools/http2_interop/frame.go
- tools/http2_interop/frameheader.go 109 additions, 0 deletionstools/http2_interop/frameheader.go
- tools/http2_interop/http2interop.go 245 additions, 0 deletionstools/http2_interop/http2interop.go
- tools/http2_interop/http2interop_test.go 50 additions, 0 deletionstools/http2_interop/http2interop_test.go
- tools/http2_interop/ping.go 65 additions, 0 deletionstools/http2_interop/ping.go
- tools/http2_interop/settings.go 109 additions, 0 deletionstools/http2_interop/settings.go
- tools/http2_interop/unknownframe.go 54 additions, 0 deletionstools/http2_interop/unknownframe.go
tools/http2_interop/README.md
0 → 100644
tools/http2_interop/doc.go
0 → 100644
tools/http2_interop/frame.go
0 → 100644
tools/http2_interop/frameheader.go
0 → 100644
tools/http2_interop/http2interop.go
0 → 100644
tools/http2_interop/http2interop_test.go
0 → 100644
tools/http2_interop/ping.go
0 → 100644
tools/http2_interop/settings.go
0 → 100644
tools/http2_interop/unknownframe.go
0 → 100644
Please register or sign in to comment