valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.94k stars 1.76k forks source link

how do we use quic-go with fasthttp? #1271

Open hiqsociety opened 2 years ago

hiqsociety commented 2 years ago

https://github.com/lucas-clemente/quic-go

  1. how do we use quic-go with fasthttp?
  2. any automatic letsencrypt example with quic-go with fasthttp as reverse proxy?
efectn commented 2 years ago

You can't use. That library was created for net/http

hiqsociety commented 2 years ago

it can be done.