GetContextErrorHandler returns the handler which handles errors on JSON write failures.
()
| 55 | // GetContextErrorHandler returns the handler which handles errors |
| 56 | // on JSON write failures. |
| 57 | GetContextErrorHandler() ErrorHandler |
| 58 | |
| 59 | // ServeHTTPC is the internal router, it's visible because it can be used for advanced use cases, |
| 60 | // i.e: routing within a foreign context. |