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

route order, duplication, and middleware order #593

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

loganwright
Copy link
Member

No description provided.

@loganwright loganwright temporarily deployed to vapor-build-pr-593 September 12, 2016 01:53 Inactive
@codecov-io
Copy link

Current coverage is 49.12% (diff: 100%)

Merging #593 into master will decrease coverage by 0.08%

@@             master       #593   diff @@
==========================================
  Files           124        124          
  Lines          3721       3703    -18   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1831       1819    -12   
+ Misses         1890       1884     -6   
  Partials          0          0          

Powered by Codecov. Last update 6332897...7144587

@@ -144,6 +144,28 @@ public class Droplet {
*/
public let environment: Environment

internal private(set) lazy var routerResponder: Request.Handler = Request.Handler { [weak self] request in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we have this as a computed property or something in another file? Looks a bit messy being here.

@tanner0101 tanner0101 merged commit b69524a into master Sep 12, 2016
@tanner0101 tanner0101 deleted the route-post-middleware branch September 12, 2016 05:10
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.

None yet

3 participants