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 02:17:05 +00:00
Code
Releases
Activity
Files
b62080c4bba312fe1744469a806c3bc2b3c8d391
kararas_iris
/
context
History
Gerasimos Maropoulos
66d367b255
Update to version 10.5.0 | Read HISTORY.md for more
...
Former-commit-id: 41b1947aafa258d342bbf9d22baeecc946d198a4
2018-03-24 10:39:44 +02:00
..
application.go
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the
https://github.com/kataras/iris/pull/919
, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by
048e2be034
https://github.com/kataras/iris/issues/922
, rel:
https://github.com/iris-contrib/middleware/issues/36
,
https://github.com/iris-contrib/middleware/issues/34
,
https://github.com/iris-contrib/middleware/issues/32
,
https://github.com/iris-contrib/middleware/issues/30
,
https://github.com/kataras/iris/pull/909
2018-03-10 14:22:56 +02:00
configuration.go
ok almost finished. We're good at deadlines eventually. Tomorrow at 23:59 an article will be published same time with the dev branch merge to master
2017-12-31 02:32:28 +02:00
context.go
Update to version 10.5.0 | Read HISTORY.md for more
2018-03-24 10:39:44 +02:00
gzip_response_writer.go
Cleanup of some old code
2018-03-17 02:27:25 +02:00
handler.go
Add a better example for the recaptcha middleware as requested at:
https://github.com/kataras/iris/issues/799
2017-11-04 02:59:21 +02:00
pool.go
Update to version 8.5.8 | Read HISTORY.md
2017-11-09 12:03:14 +02:00
response_recorder.go
remove any trailing slash that may passed on StaticEmbeddedHandler (although all examples shows the correct way but you never know)
2018-03-16 12:38:13 +02:00
response_writer.go
more checks about creating new instance of controller on each request - this time if all bindings are static then set them to the initial-devpassed controller and if the total number of lengths are equal with these static dependencies then we ignore the injector and use the initial controller on each request - maximize the performance when simple controller is used - need more cleanup before new release but I hope until Christmas iris developers will be amazed
2017-12-18 00:16:10 +02:00
route.go
Add a TODO on the latest HISTORY.md entry
2017-08-24 15:40:06 +03:00
transaction.go
Cleanup of some old code
2018-03-17 02:27:25 +02:00