Interface SecurityPolicyHandler

All Superinterfaces:
Handler<RoutingContext>
All Known Subinterfaces:
CorsHandler, CSPHandler, HSTSHandler, XFrameHandler

public interface SecurityPolicyHandler extends Handler<RoutingContext>
Base security policy interface for handlers that provide HTTP security related headers.

Sub-interfaces help you secure your applications by setting various HTTP headers. It's not a silver bullet, but it can help!

Author:
Paulo Lopes
  • Method Summary

    Methods inherited from interface Handler

    handle