Skip to main content
Module

x/hsts_middleware/mod.ts

HTTP Strict Transport Security(HSTS) middleware
Latest
File
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.// This module is browser compatible.
export { hsts } from "./middleware.ts";export { type Handler, type Middleware, type StrictTransportSecurity,} from "./deps.ts";export { STS } from "./utils.ts";