Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express compatible requests #387

Merged
merged 3 commits into from
Sep 9, 2017
Merged

Conversation

davewasmer
Copy link
Collaborator

@davewasmer davewasmer commented Sep 9, 2017

This changes the Denali Request class to add implements Express.Request. This ensures that (assuming the Express types are correct) we implement the same interface as a standard express request. That ensure that (theoretically) a Denali Request object should interop with existing Express middleware with no problem.

Blocked by #386

@davewasmer davewasmer merged commit c20a5ef into master Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant