dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 36 forks source link

Adding go mod #18

Closed AMekss closed 3 years ago

AMekss commented 3 years ago

This adds go modules support for dependency management.

Related issue https://github.com/dgrr/http2/issues/17

dgrr commented 3 years ago

I'll add it when we fix HPACK. I am not able to make multiple requests work.