Create a HTTP response to send using Servie - a thin layer for creating a
Responseobject with correct client-side cache headers.
npm install servie-send --save
import { send } from 'servie-send'
function handle (req) {
return send(req, 'hello world!')
}This project is written using TypeScript and publishes the definitions directly to NPM.
Apache 2.0