.. |
authenticated-controller
|
fix https://github.com/kataras/iris/issues/1608 with the help of @AlbinoGeek for monitoring and together found the source of the problem
|
2020-08-28 06:21:26 +03:00 |
basic
|
add accesslog+MVC example
|
2020-09-17 18:01:35 +03:00 |
error-handler
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
error-handler-custom-result
|
add some MVC error handle examples
|
2020-08-18 23:14:11 +03:00 |
error-handler-hijack
|
add some MVC error handle examples
|
2020-08-18 23:14:11 +03:00 |
error-handler-http
|
add mvc.Err builtin dependency to map any context/mvc response's.Err field on methods like HandleHTTPError
|
2020-08-31 15:26:30 +03:00 |
error-handler-preflight
|
remove unnecessary code
|
2021-01-06 12:13:30 +08:00 |
grpc-compatible
|
first release of SSO package and more examples
|
2022-03-28 14:00:26 +03:00 |
grpc-compatible-bidirectional-stream
|
update dependencies
|
2021-10-31 11:49:39 +02:00 |
hello-world
|
add Party.RemoveRoute method as requested in the community chat
|
2021-04-04 20:24:21 +03:00 |
login
|
rename the sso to auth package
|
2022-04-02 17:30:55 +03:00 |
login-mvc-single-responsibility
|
New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server
|
2020-07-24 13:03:49 +03:00 |
middleware
|
add route-handlers-execution-rules example
|
2020-06-17 00:02:09 +03:00 |
overview
|
update dependencies
|
2021-10-31 11:49:39 +02:00 |
regexp
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
repository
|
update all basicauth code reference
|
2020-11-25 04:54:20 +02:00 |
request-default-values
|
Add example for #1706 (we already cover that functionality through the rest of the examples, but make it clear for newcomers that, dependencies can be used for that kind of reasons as well)
|
2021-01-21 05:57:37 +02:00 |
session-controller
|
README: add 'run in the browser' button
|
2020-06-24 00:13:31 +03:00 |
singleton
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
|
2020-03-05 22:41:27 +02:00 |
versioned-controller
|
API versioning improvements
|
2021-01-07 04:14:41 +02:00 |
vuejs-todo-mvc
|
update dependencies
|
2021-10-31 11:49:39 +02:00 |
websocket
|
New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server
|
2020-07-24 13:03:49 +03:00 |
websocket-auth
|
rename the sso to auth package
|
2022-04-02 17:30:55 +03:00 |