mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
fix a typo
Former-commit-id: 266f99ad325eb0463c76fb3f6123dc0cdaba1aad
This commit is contained in:
parent
434b07675e
commit
e4aa414add
|
@ -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 Cramework'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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user