-
### Description
This is a feature request to improve the flexibility of the WebAuthn library by decoupling the FinishRegistration method (and similar methods) from being tied to net/http. Currently, …
-
```go
func Index(ctx *fasthttp.RequestCtx) {
ctx.WriteString("Welcome!")
}
func Hello(ctx *fasthttp.RequestCtx) {
fmt.Fprintf(ctx, "Hello, %s!\n", ctx.UserValue("name"))
}
func main() {
…
-
Since I can not create a Milestone this Issue is a Request to create such a Milestone.
This Project uses [Semantic Versioning](https://semver.org/) and the "declaration" of Version _1.0.0_ is that …
l0nax updated
3 years ago
-
目前的http的路由前缀树是基于httprouter最早的版本修改而来的,gin 同样是在httprouter的基础上不断迭代, https://github.com/gin-gonic/gin/commits/master/tree.go 从而可以看到,我原本打算基于gin版本pr一版上来,但发现 [fasthttp router](https://github.com/fasthttp/rou…
-
Hello,
I just stumbled across this library and it seems to be very powerful. I hope it is okay to ask questions here, otherwise please let me know where I should post them. I need some pointers on …
-
## Describe the bug
When deployed, we have noticed that the `urdr` service sometimes "panics" and restarts.
The following can be seen in the Docker logs. This shows the panic and the restart.
…
-
1.先注册Heroku账号,下载GoProxy https://git.io/goproxy
2.访问https://github.com/phuslu/fetchserver/tree/golang
3.点击Readme.md中的deploy to heroku
4.输入你想要的名称,服务器随意US或EU
5.在Goproxy目录下的php.json中的
"Url": "http://youra…
-
我看到readme中的描述:
```golang
本项目主要参考和使用了Thanks To中的项目,适用于学习eventloop的实现,以及对单机性能要求较高的场景。代码注释和实现逻辑描述比较清楚,比nbio和gev学习起来更方便。性能理论上比gev要强,没有nbio混乱的engine,request读取使用的是官方包的方法,比较清晰;因此可以方便地利用Gin的router、middlew…
-
eolme updated
5 months ago
-
Can we not fail request if the req/resp header size is greater than the read buffer size.
I can see a bufio [bug](https://github.com/golang/go/issues/14121) was mentioned for [tryRead](https://gith…