node-heroku-ssl-redirect:将用户重定向到您的应用的SSL版本。 对于在Heroku上运行的ExpressJS

时间:2024-05-22 02:43:25
【文件属性】:

文件名称:node-heroku-ssl-redirect:将用户重定向到您的应用的SSL版本。 对于在Heroku上运行的ExpressJS

文件大小:67KB

文件格式:ZIP

更新时间:2024-05-22 02:43:25

TypeScript

node-heroku-ssl-redirect 将用户重定向到您的应用的SSL版本。 对于在Heroku上运行的ExpressJS。 这个模块只适用于导入,不要尝试使用require 。 安装 yarn add heroku-ssl-redirect 用法 import sslRedirect from 'heroku-ssl-redirect' ; import express from 'express' ; const app = express ( ) ; // enable ssl redirect app . use ( sslRedirect ( ) ) ; app . get ( '/' , ( req , res ) => { res . send ( 'hello world' ) ; } ) ; app . listen ( process . env .


【文件预览】:
node-heroku-ssl-redirect-master
----package.json(1KB)
----jest.config.js(69B)
----LICENSE(1KB)
----dist()
--------index.js(598B)
--------index.js.map(613B)
--------index.d.ts(294B)
----src()
--------index.test.ts(3KB)
--------index.ts(630B)
----tsconfig.json(379B)
----.gitignore(535B)
----README.md(925B)
----yarn.lock(154KB)

网友评论