@lace/http

0.2.0 • Public • Published

lace-http — Reactive HTTP microservices

Install

npm i lace-http

Usage

module.exports = request$ => {
  return request$
    .pipe(
      mapTo('Hello world!'),
    )
}
module.exports = () => 'Hello world!'

Readme

Keywords

none

Package Sidebar

Install

npm i @lace/http

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

4.75 kB

Total Files

4

Last publish

Collaborators

  • johnnynotsolucky