aspnetcore/src/Microsoft.AspNet.Http.Abstr...
Nick Craver 6874b87f13 C#6 Cleanup & Optimizations
The main intent is cleanup using C# 6 operators and normalization of
type aliases. While there are no intended functional changes here, it
does eliminate a few tight race conditions as a bonus (not a real-win
since this isn't thread-safe all over, simply noting).
2015-11-10 09:38:49 -08:00
..
Authentication
Extensions
Properties
ConnectionInfo.cs
CookieOptions.cs
FragmentString.cs Performance improvements 2015-11-03 06:55:13 -05:00
HostString.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
HttpContext.cs
HttpRequest.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
HttpResponse.cs
IApplicationBuilder.cs
IFormCollection.cs C#6 Cleanup & Optimizations 2015-11-10 09:38:49 -08:00
IFormFile.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
IFormFileCollection.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
IHttpContextAccessor.cs
IHttpContextFactory.cs
IQueryCollection.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
IRequestCookieCollection.cs #426 Less alloc/wrapping/boxing for Query, Forms, Cookies 2015-11-02 14:47:46 -08:00
IResponseCookies.cs
Microsoft.AspNet.Http.Abstractions.xproj
PathString.cs C#6 Cleanup & Optimizations 2015-11-10 09:38:49 -08:00
QueryString.cs C#6 Cleanup & Optimizations 2015-11-10 09:38:49 -08:00
RequestDelegate.cs
Resources.resx
StatusCodes.cs
WebSocketManager.cs
project.json