Hao Tu

Results 8 issues of Hao Tu

[Iris](https://github.com/kataras/iris) is a fast, simple yet fully featured and very efficient web framework for Go.

I need to serve a static directory which passed by users after the program starts, I tried `CreateRoutes` but it didn't work. Is there any way to achieve this requirement?

🤔 type:question

code snippet: ```go app := iris.New() ac := accesslog.File("./access.log") ac.TimeFormat = "2006-01-02 15:04:05.000" ac.Async = true ac.ResponseBody = true app.UseRouter(ac.Handler) app.Get("/proxy/{p:path}", func(ctx iris.Context) { targetPath := ctx.Params().Get("p") u, _ :=...

🐞 type:bug

### What happened? I deployed 2 nodejs services, otel-demo-consumer and otel-demo-provider, in the service mesh, and then used the built-in gateway to access otel-demo-consumer, but I got three following parts:...

question

the last issue is created at 31 May and the last version released at 14 Jan, commits per month is less than 5 for the past 6 months.

kind/question

Would you like to add [Fiber](https://github.com/gofiber/fiber) to this benchmark?

Signed-off-by: HaoTu Please provide a description of this PR: flushes all object caches when exec prune, fix for https://github.com/istio/istio/issues/37828 **To help us figure out who should review this PR, please...

ok-to-test
area/environments/operator
size/S

[https://github.com/iris-contrib/middleware/blob/master/casbin/casbin.go#L72](https://github.com/iris-contrib/middleware/blob/master/casbin/casbin.go#L72) this line of code get `username` only by `BasicAuth` In production environment, there will be other types of auth, such as session, token, jwt, OAuth...