1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17: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:
Gerasimos (Makis) Maropoulos
2017-12-18 07:22:55 +02:00
parent 434b07675e
commit d88e49abaf
2 changed files with 21 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ func (router *Router) BuildRouter(cPool *context.Pool, requestHandler RequestHan
// be aware to change the global variables of 'ParamStart' and 'ParamWildcardStart'.
// can be used to implement a custom proxy or
// 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.
// Downgrade is thread-safe.