2.0.0 • Published 5 years ago

servie-redirect v2.0.0

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
5 years ago

Servie Redirect

NPM version NPM downloads Build status Test coverage

Simple URL redirection for Servie - thin layer for creating a Response with body and status code.

Installation

npm install servie-redirect --save

Usage

import { redirect } from "servie-redirect";

function handle(req) {
  return redirect(req, "/goto");
}

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

Apache 2.0

2.0.0

5 years ago

1.0.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago