-
Why? https://github.com/valyala/fasthttp#faq
```
Are there known net/http advantages comparing to fasthttp?
Yes:
net/http supports HTTP/2.0 starting from go1.6.
net/http API is stable, whil…
-
**Sorry, I don't speak English. So the English is all machine translated.**
## 1. 源代码 || Source Code
**我尝试复用`*fasthttp.Client`,而且使用代理。**
**I tried to reuse `*fasthttp.Client` and use a proxy. *…
-
Hello, are there any plans to add support for fasthttp? https://github.com/valyala/fasthttp
https://github.com/valyala/fasthttp#switching-from-nethttp-to-fasthttp
Thanks!
gaby updated
3 months ago
-
See #65
We can probably take the example code directly from my/euan's comment, or adapt our existing http example for fasthttp. It should end up looking more or less the same either way.
-
I can get some hello world searches to work, but if I try anything else, I get errors like this, which crash the docker container:
```
[2024-07-10 16:44:20][DEBUG] Navigate to: https://www.google…
-
```
9:03PM INF runtime.go:292 > runtime config - applied lottery chance 100
9:04PM INF runtime.go:316 > runtime config - applied quality 1080
9:05PM INF runtime.go:252 > runtime config - blocklist …
-
### Feature Proposal Description
I believe there should be a way to pass custom fasthttp client in to the fiber http client, to allow more granular fine tuning by the users.
### Alignment with …
-
I noticed that you revoked the support for fasthttp. I'm curious what the reasoning behind that was and if there are any plans to include it in a future release?
Most of my go servers use fasthttp,…
-
do u hv a version for fasthttp?
-
我是刚学 go ,但又想弄一个 http + https 同一端口的文件服务器,主要用于内网访问。
但这以下这种写法,运行得起来,刷一下 http 和 https 的访问,就无法切访问了,
报 panic: runtime error: index out of range [0] with length 0 错误,不知道怎么弄了,能帮忙看下吗,非常感谢!
```go
func main(…