iris icon indicating copy to clipboard operation
iris copied to clipboard

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

Results 190 iris issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to implement WebDAV server with iris but I can not figure it out. I've checked some older closed issues but it's not working properly. I can connect...

🤔 type:question

How to customize the / segmentation rules of the controller? Or implement annotation routing It seems that the initial MVC routing is not what you want most of the time,...

🤔 type:question

**Is your feature request related to a problem? Please describe.** As far as I understand there are two ways of getting templates works: - put templates at the same location...

💡type:idea

```golang hasPanic := false app.ConfigureContainer(func(container *router.APIContainer) { container.EnableStrictMode(true) defer func() { if e := recover(); e != nil { hasPanic = true } }() type good_willInitPanic struct { } container.Handle(http.MethodGet,...

🪶 type: feature
🚀 status:implemented

**Is your feature request related to a problem? Please describe.** iris can just serve as a http/1.1 or http2 with TLS server **Describe the solution you'd like** serve as http2...

📒 type:documentation

**Is your feature request related to a problem? Please describe.** iris cannot parse http request with content-type as multipart/related **Describe the solution you'd like** can handle multipart/related request and response...

💡type:idea
🚀 status:implemented

**Describe the bug** https://github.com/kataras/iris/blob/4899fe95f47dfb8ce1f309c5ba267a7ecd0e08ba/sessions/sessiondb/redis/driver_goredis.go#L87-L89

🐞 type:bug
🤘 status:resolved

**Describe the bug** https://github.com/kataras/iris/blob/4899fe95f47dfb8ce1f309c5ba267a7ecd0e08ba/sessions/sessiondb/redis/database.go#L275 Seems like `sid` needs to be prefixed(`makeSID(sid)`)?

🚨 prio:high
🕵🏽‍♀️ status:need-investigation

A third party POST request to us is like: https://xxx.com?cmdType=ABC Is possible to depend on 'cmdType' to register different routing? For example: app.Party("/entry", func(ctx iris.Context){ cmd := ctx.Params().GetString("cmdType") if cmd...

🤔 type:question

**Is your feature request related to a problem? Please describe.** I would like to send all the error as well as request logs to a channel in my slack workspace....

💡type:idea