iris/_examples
Gerasimos (Makis) Maropoulos 9e5672da25 add a new simple, builtin requestid middleware (makes use of the Context.SetID/GetID methods too)
Former-commit-id: d46bce7c1964adada01934aa95daf389c141defc
2020-05-28 16:20:58 +03:00
..
apidoc/yaag add permissions example 2020-05-04 07:28:23 +03:00
authentication New builtin JWT middleware - this one supports encryption and ed25519 2020-05-27 12:02:17 +03:00
cache 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
configuration New builtin JWT middleware - this one supports encryption and ed25519 2020-05-27 12:02:17 +03:00
convert-handlers 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
cookies improvements on cookie options 2020-05-10 02:17:28 +03:00
dependency-injection add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
desktop-app new 'Party.DI()' method to return the Party's instance of the new 'APIBuilderDI' and move the DI-relative Router to this new APIBuilderDI 2020-04-08 20:04:56 +03:00
experimental-handlers add a new simple, builtin requestid middleware (makes use of the Context.SetID/GetID methods too) 2020-05-28 16:20:58 +03:00
file-server update some examples 2020-05-05 22:03:01 +03:00
hello-world don't fire ErrServerClosed on manually interrupt signals (CTRL/CMD+C) 2020-04-28 05:22:58 +03:00
http_request minor: #1516 2020-05-18 19:13:46 +03:00
http_responsewriter replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
http-listening enhanced cookie security and management 2020-05-09 14:04:51 +03:00
i18n update go.mod deps 2020-05-04 20:23:15 +03:00
miscellaneous New builtin JWT middleware - this one supports encryption and ed25519 2020-05-27 12:02:17 +03:00
mvc misspell 2020-05-16 01:00:51 +03:00
orm add authenticated-controller example - proof of concept 2020-05-06 04:45:12 +03:00
overview add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods 2020-04-08 16:48:22 +03:00
permissions add permissions example 2020-05-04 07:28:23 +03:00
routing add 'Configuration.PathIntelligence' and 'OnErrorCode' and 'OnAnyErrorCode' on APIContainer 2020-05-17 08:10:07 +03:00
sessions add a note about sessions transcoder, rel: https://github.com/kataras/iris/issues/1517#issuecomment-630256473 2020-05-18 18:43:39 +03:00
sitemap 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
structuring 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
subdomains new simple _examples/README.md, wiki should live only inside kataras/iris/wiki and the provided e-book 2020-05-05 16:03:19 +03:00
testing/httptest 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
tutorial add a new simple, builtin requestid middleware (makes use of the Context.SetID/GetID methods too) 2020-05-28 16:20:58 +03:00
versioning 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
view add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods 2020-04-08 16:48:22 +03:00
webassembly/basic misspell 2020-05-16 01:00:51 +03:00
websocket update some examples 2020-05-05 22:03:01 +03:00
README.md New builtin JWT middleware - this one supports encryption and ed25519 2020-05-27 12:02:17 +03:00

Table of Contents