-
I recreated the issue because the reopen button is not on the [original issue](https://github.com/valyala/fasthttp/issues/1753).
The NewFastHTTPHandler() handler does not set the Status code for th…
-
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https:/…
-
I've tried both fasthttp.ListenAndServe("0.0.0.0:") and fasthttp.ListenAndServe(":") on Windows 11. In both cases, the web server can be accessed from the same PC, through either "localhost" or ip add…
-
### Question Description
I've to make some requests to a specific host with an URL encoded through the params, such as:
`https://example.my.host/other.host%2path%2to%2data%31231231`
But instead, …
-
- [x] fix download zip on https
- [ ] add unpack possibility in context menu
- [x] automate /static replacement after build at frontend
- [ ] replace http with fasthttp
- [ ] create cross…
-
## Expected Behavior
ServeDir() serves files from directory and when gets 404 it should call NotFound() instead of bare fasthttp processing
## Current Behavior
ServeDir() ignores …
-
fasthttp implements trailing headers as a part of the http request and response headers objects. To ensure we can use these without relying on fasthttp API, we need a few more functions, which I'm hap…
-
+ Go 版本:1.6.4
+ wechatpay-go 版本:v0.2.5
`WechatPayNotifyValidator` 的 `Validate` 直传`*http.Request`是不是太粗暴了 如果我用的别的 `web` 框架库将无法支持比如`fasthttp` 这个库内建了 `Request` 如果是需要取HTTP `Header` 可以构造个结构传递到方法内呀... 现…
-
infini.sh/framework/lib/fasthttp
infini.sh/framework/core/util
这两个包已经无法导入了
-
Is there any option to send request with h2c protocol..?