iris
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:
**Describe the bug** A clear and concise description of what the bug is. Unable to attach validator on iris Application instance. app.Validator undefined (type *iris.Application has no field or method...
Hi, First of all, thx for your awesome work with Iris. I've been working with other frameworks for a while and recently found out Iris. The developer XP is great....
Implement gRPC Transcoding that google suggests: https://github.com/googleapis/googleapis/blob/master/google/api/http.proto#L46
Why can't the multi-language file be loaded when the name is app.ini?
**Is your feature request related to a problem? Please describe.** I didn't found any section/tutorial related to integrating [Open Telemetry](https://opentelemetry.io/) for requests and spans tracing. Would be nice to have...
[https://github.com/kataras/iris/blob/master/_examples/mvc/websocket/main.go ](https://github.com/kataras/iris/blob/master/_examples/mvc/websocket/main.go) I referenced this example and it didn't work. I copied the code in the example and it didn't work. Also need this is the expired example. this's go.mod...
why context package func URLParamBool has not default value like URLParamDefault?
@kataras hi, is there a way to do in `iris` like this in `net/http`? ```golang func TimeoutHandler(duration time.Duration) func(http.Handler) http.Handler { return func(next http.Handler) http.Handler { if duration > 0...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. [...] **Expected behavior** A clear and concise description of...
**Describe the bug** Official single file upload problem **To Reproduce** Steps to reproduce the behavior: SaveFormFile source code ``` // SaveFormFile saves a result of `FormFile` to the "dest" disk...