[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Stars
383
Forks
187
Watchers
383
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
200
commits
136
commits
74
commits
60
commits
39
commits
39
commits
27
commits
27
commits
19
commits
19
commits
Do not check if key is present before removing item. (#1064)
ea1ee2bView on GitHubUse Nullable<T>.GetValueOrDefault() instead of Nullable<T>.Value when a it is known to have a value. (#1063)
31a836cView on GitHubImprove performance and reduce allocations in RouteValueDictionary. (#1062)
5da68a2View on GitHubChange namespace to Microsoft.AspNetCore.Http.Endpoints (#1061)
1d35211View on GitHubImplicitly execute matched endpoint at the end of middleware pipeline (#1059)
066c5ceView on GitHubAdd Endpoint extension methods to HttpContext (#1060)
d77b370View on GitHubDo not throw a null reference from request.GetDisplayUrl() (#1057)
187e89fView on GitHub