콘텐츠로 이동
한국어

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