An HTTP middleware that authenticates users.
An HTTP middleware converts an HttpService to another.
A middleware is a function of one Service to another, possibly of a different Request and Response type.
A middleware is a function of one Service to another, possibly of a different Request and Response type. http4s comes with several middlewares for composing common functionality into services.
Old name for SSLConfig
Old name for SSLConfig
(Since version 2016-12-31) Use SSLConfig
Starts a server and gracefully terminates at shutdown.
Helpers for serving static content from http4s