Skip to content

Add Nack::Handler::Rack #41

Description

@himura467

Scope

Run a Nack application on a Rack server, so development and CI need no NSGI host.

Requirements

  • Build an object satisfying SPEC.md section 2 from a Rack env, and convert the response back.
  • No dependency on the rack gem: the env is a plain Hash and the response a plain Array.
  • Document that this is for development. Neither zero-copy nor Fiber multiplexing survives the trip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions