iris/_examples/mvc
Gerasimos (Makis) Maropoulos 07046ab978 formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
2019-08-17 10:06:20 +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 formatting 2019-08-17 10:06:20 +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 remove any reference to the pre go1.9 context.Context and replace with iris.Context on some places that were forgotten 2019-08-11 15:43:47 +03: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