This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2025-12-18 18:37:05 +00:00
Code
Releases
Activity
Files
c44fc6e1de33fa69e79fceab9f09267f6bc5dd1a
kararas_iris
/
_examples
/
mvc
History
Gerasimos (Makis) Maropoulos
4caf8d7d9b
remove some examples learning content as they are exist on the wiki itself now
...
Former-commit-id: 8c69be5bf8ca21eb0e405ca5ad8431ceb1c2511e
2019-07-23 17:47:28 +03:00
..
basic
add HandleMany to controller's Before/AfterActivation feature as requested at:
https://github.com/kataras/iris/issues/1292
2019-07-11 15:07:39 +03:00
error-handler
clean up the mvc error handler example
2019-04-16 18:08:03 +03:00
hello-world
add
Context.ResponseWriter.IsHijacked
to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements
2019-02-23 07:23:10 +02:00
login
create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more
2019-06-21 19:43:25 +03:00
middleware
Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md
2018-05-21 07:40:43 +03:00
overview
add
Context.ResponseWriter.IsHijacked
to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements
2019-02-23 07:23:10 +02:00
regexp
extract the
Delim
for redis sessiondb as requested at
https://github.com/kataras/iris/issues/1256
and add a mvc/regexp example and some other trivial changes
2019-05-30 10:48:07 +03:00
session-controller
improve client test, I think we are OK, both gorilla(websocket) and ws(websocket2) have the same API, it's time to combine them but first let's give a lower level of api available for users if they want to manage the routines by theirselves (i.e on unix they can use netpolls manually)
2019-02-19 22:49:16 +02:00
singleton
Replace controller's .Register with .Handle and AddDependencies with .Register in order to be aligned with the 'hero' package, all examples and docs are updated, it's crazy how I can't stop even on Christmas
2017-12-27 04:15:41 +02:00
websocket
add the new neffos StackExchange feature to the type aliases and shortcuts of the websocket subpackage and auto-enable debug mode on websocket MVC application when iris logger's level is set to debug
2019-07-11 12:59:11 +03:00