com.hexagonkt.http.handlers.HttpCallback.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.
The newest version!
package com.hexagonkt.http.handlers
interface HttpCallback : (HttpContext) -> HttpContext