com.hexagonkt.http.handlers.HttpExceptionCallback.kt Maven / Gradle / Ivy
package com.hexagonkt.http.handlers
// TODO Use this type to implement the RFC 7807 exception handler
interface HttpExceptionCallback : (HttpContext, T) -> HttpContext
package com.hexagonkt.http.handlers
// TODO Use this type to implement the RFC 7807 exception handler
interface HttpExceptionCallback : (HttpContext, T) -> HttpContext