io.quartz.http2.routes
package io.quartz.http2.routes
Members list
Type members
Types
A type alias representing a web filter, which takes a request and returns an IO that produces either a response or the original request. The filter can be used to transform incoming requests or to perform some validation or authorization logic before passing the request to the HTTP route.
A type alias representing a web filter, which takes a request and returns an IO that produces either a response or the original request. The filter can be used to transform incoming requests or to perform some validation or authorization logic before passing the request to the HTTP route.
Attributes
In this article