Package com.hexagonkt.http.server.callbacks
Utility callbacks that can be used on handlers. Reuse a callback in different handlers (after, filter, etc.).
See: Description
-
Class Summary Class Description CorsCallback HTTP CORS callback. DateCallback Callback that adds the dateheader to the response (caching its value).FileCallback Callback that resolves requests' path parameters to files based on a base file. LoggingCallback Callback that logs server requests and responses. UrlCallback