aspnet / HttpAbstractions

[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382 stars 194 forks source link

Add RoutesValues to HttpRequest #1042

Closed JamesNK closed 5 years ago

JamesNK commented 5 years ago

RouteValues disappeared at some point from https://github.com/aspnet/HttpAbstractions/pull/1030

This is additive so should be simple to merge.

JamesNK commented 5 years ago

🆙 📅

// @Tratcher