-
For what it worth, I feel it would be useful to provide use case and wiki so that anyone can get confident about using FastHTTP for their project?
Wiki can provides inner details on FastHTTP or any…
-
# Version
```
deno 1.44.4 (debug, x86_64-unknown-linux-gnu)
v8 12.7.224.9
typescript 5.5.2
```
# Description
Deno HTTP/1.1 servers allow chunked message bodies to be terminated by `\r\n\r\n` …
-
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?
-
net/http expose RoundTrip so it can integrate with opentracing by [overwrite the RoundTrip ](https://github.com/opentracing-contrib/go-stdlib/blob/master/nethttp/client.go#L27)function. while fasthtt…
-
```
hono
Bombarding http://localhost:8082 for 10s using 125 connection(s)
[==========================================================================================================================…
-
It appears that @buaazp is no longer supporting this repo.
Please see:
https://github.com/fasthttp/router
-
Is HTTP/2 still the roadmap of fasthttp??
-
It whould be nice to have an implementation of JWT auth middleware like an existing basic auth.
Thanx!
-
if you change fasthttp to gin gonic it works :)
-
i see in [fs.go](https://github.com/valyala/fasthttp/blob/master/fs.go#L912) that fasthttp may not handle[ multipart/byteranges](https://datatracker.ietf.org/doc/html/rfc7233#page-18) .
will fasthttp…