1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

examples: update the cors example to be easier for beginners

And update the pug view engine's vendor jade template engine to yesterday version 1 (tested and worked) to fix https://github.com/kataras/iris/issues/1125


Former-commit-id: 0ea7a8dd97ab13e5ecf984c379234cc671f5d84e
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-06 04:06:50 +02:00
parent d6964acfcd
commit 22782bbefe
7 changed files with 201 additions and 17 deletions

View File

@@ -235,7 +235,7 @@ type (
broadcast Emitter // pre-defined emitter that sends message to all except this
all Emitter // pre-defined emitter which sends message to all clients
// access to the Context, use with causion, you can't use response writer as you imagine.
// access to the Context, use with caution, you can't use response writer as you imagine.
ctx context.Context
values ConnectionValues
server *Server