Package | Description |
---|---|
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Class and Description |
---|---|
class |
CorsHandler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
|
class |
CSPHandler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of
attacks, including Cross Site Scripting (XSS) and data injection attacks.
|
class |
HSTSHandler
HTTP Strict Transport Security (HSTS) RFC6797.
|
class |
XFrameHandler
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render
a page in a
, , or . |
Modifier and Type | Method and Description |
---|---|
static SecurityPolicyHandler |
SecurityPolicyHandler.newInstance(SecurityPolicyHandler arg) |
Copyright © 2023 Eclipse. All rights reserved.