跳转到内容
简体中文

hsts

此内容尚不支持你的语言。

const hsts: (options) => Middleware = strictTransportSecurity

Defined in: src/http/middleware/Hsts.ts:51

Short alias for strictTransportSecurity.

Build a middleware that adds Strict-Transport-Security to every response (without clobbering one a handler already set).

HstsOptions = {}

Middleware