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:
[QUESTION] If i use html template,How can I get response body(or HTML)? not use HttpRequest Client
If i use html template,How can I get response body(or HTML)? not use HttpRequest Client,do anyone kown it?
Dear fellow gophers, Iris users and lurkers, we are all lucky to be here and use this wonderful go framework called Iris. I am glad to see that Iris has...
```go h := hero.New() // or func name "ResultHandler" h.DispatchCommonHandler(func(ctx context.Context, statusCode int, contentType string, content []byte, v interface{}, err error, found bool) { // rewrite my result of var...
Hello everyone, we are currently experiencing a strange problem and would like to ask for your help, as follows. GET, visit http://127.0.0.1:8080/project/1, return 404 POST, visit http://127.0.0.1:8080/project/1, return 200 Only...
We are considering using Iris for a product in my company and I would like to know if it is ready for production and to scale in a cluser of...
Hey Bro, Thank you for your project. Is there a way to get errors? When the client disconnects, let me know whether it is a timeout disconnection or something else...
I translate ReadMe.md to Vietnamese. Hope there will be more Vietnamese developers use this framework.
Describe the issue you are facing or ask for help Using redis's Session, how to implement only single-end login。 iris v12.2.0-beta4