Skip to content

Manner core HTTP free #38

@bredele

Description

@bredele

We should think about creating a duplex stream that is independent from HTTP requests.

var api = manner({})

// somewhere in a http server
input(req, res)
  .pipe(api)
  .pipe(res)

It might be in a separate module. This would allow to be transport free.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions