com.hexagonkt.http.handlers.HttpExceptionCallback.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_handlers Show documentation
Show all versions of http_handlers Show documentation
HTTP handlers used to apply many callbacks to HTTP calls.
package com.hexagonkt.http.handlers
// TODO Use this type to implement the RFC 7807 exception handler
interface HttpExceptionCallback : (HttpContext, T) -> HttpContext