Skip to content

NGApplication should not be a global #4

@hugithordarson

Description

@hugithordarson

We want to be able to construct the request handling machine that is NGApplication without any side effects.
Essentially, what we want to be able to do is to do something like this:

var app = new NGApplication( properties );
var response = app.dispatchRequest( new NGRequest( .... ) );
assertTrue( response.status() == 200 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions