RequireSSLFilter

fm.http.server.RequireSSLFilter$

If the X-SSL header is not set then this redirects to the HTTPS version of the requested URL.

TODO: probably need to do something smarter with POST/PUT/etc requests.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def handle(request: Request, handler: RequestHandler)(implicit executor: ExecutionContext): Future[Response]

Inherited methods

Attributes

Inherited from:
RequestFilter