mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
Last year we had HTTP/2 at Christmas, this year I will give you even better gift
Former-commit-id: 4f384a18b564e7c0f0a48bc74fec05280aa13d76
This commit is contained in:
20
README.md
20
README.md
@@ -1,3 +1,23 @@
|
|||||||
|
## I'm working hard on the [dev](https://github.com/kataras/iris/tree/dev) branch for the next release of Iris, v9.
|
||||||
|
|
||||||
|
Do you remember, last Christmas? I did publish the version 6 with net/http and HTTP/2 support, and you've embraced Iris with so much love, ultimately it was a successful move.
|
||||||
|
|
||||||
|
I tend to make surprises by giving you the most unique and useful features, especially on Christmas period.
|
||||||
|
|
||||||
|
This year, I intend to do give you more gifts.
|
||||||
|
|
||||||
|
Don't worry, it will not contain any breaking changes, except of some MVC concepts that are re-designed.
|
||||||
|
|
||||||
|
The new Iris' MVC Ecosystem is ready on the [dev/mvc](https://github.com/kataras/iris/tree/dev/mvc). It contains features that you've never saw before, in any programming language framework. It is also, by far, the fastest MVC implementation ever created, very close to raw handlers - it's Iris, it's superior, we couldn't expect something different after all :) Treat that with respect as it treats you :)
|
||||||
|
|
||||||
|
I'm doing my bests to get it ready before Christmas.
|
||||||
|
|
||||||
|
Star or watch the repository to stay up to date and get ready for the most amazing features!
|
||||||
|
|
||||||
|
Yours faithfully, [Gerasimos Maropoulos](https://twitter.com/MakisMaropoulos).
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
# [](https://iris-go.com) Iris
|
# [](https://iris-go.com) Iris
|
||||||
|
|
||||||
[](https://travis-ci.org/kataras/iris)[](http://goreportcard.com/report/kataras/iris)[](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aclosed)[](https://github.com/kataras/iris/releases)[](https://github.com/kataras/iris/tree/master/_examples)[](https://kataras.rocket.chat/channel/iris)[](https://cla-assistant.io/kataras/iris)
|
[](https://travis-ci.org/kataras/iris)[](http://goreportcard.com/report/kataras/iris)[](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aclosed)[](https://github.com/kataras/iris/releases)[](https://github.com/kataras/iris/tree/master/_examples)[](https://kataras.rocket.chat/channel/iris)[](https://cla-assistant.io/kataras/iris)
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ func (router *Router) BuildRouter(cPool *context.Pool, requestHandler RequestHan
|
|||||||
// be aware to change the global variables of 'ParamStart' and 'ParamWildcardStart'.
|
// be aware to change the global variables of 'ParamStart' and 'ParamWildcardStart'.
|
||||||
// can be used to implement a custom proxy or
|
// can be used to implement a custom proxy or
|
||||||
// a custom router which should work with raw ResponseWriter, *Request
|
// a custom router which should work with raw ResponseWriter, *Request
|
||||||
// instead of the Context(which agaiin, can be retrieved by the Cramework's context pool).
|
// instead of the Context(which again, can be retrieved by the Framework's context pool).
|
||||||
//
|
//
|
||||||
// Note: Downgrade will by-pass the Wrapper, the caller is responsible for everything.
|
// Note: Downgrade will by-pass the Wrapper, the caller is responsible for everything.
|
||||||
// Downgrade is thread-safe.
|
// Downgrade is thread-safe.
|
||||||
|
|||||||
Reference in New Issue
Block a user