https://github.com/anilanar/purescript-hyper-sslify
Hyper middleware for redirecting requests to https
https://github.com/anilanar/purescript-hyper-sslify
Last synced: 6 months ago
JSON representation
Hyper middleware for redirecting requests to https
- Host: GitHub
- URL: https://github.com/anilanar/purescript-hyper-sslify
- Owner: anilanar
- License: mit
- Created: 2017-04-22T22:31:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T23:12:55.000Z (over 8 years ago)
- Last Synced: 2025-06-21T23:06:56.473Z (6 months ago)
- Language: PureScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-hyper-sslify
[](https://github.com/anilanar/purescript-hyper-sslify/releases)
[](https://travis-ci.org/anilanar/purescript-hyper-sslify)
Inspired from [express-sslify](https://github.com/florianheinemann/express-sslify) and [koa-sslify](https://github.com/turboMaCk/koa-sslify), provides `isSecure` and `redirectInsecure` middlewares for [hyper](https://pursuit.purescript.org/packages/purescript-hyper).
## Installation
```
bower install purescript-hyper-sslify
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-hyper-sslify).