aspnetcore/src/Microsoft.AspNet.Http
Ryan Nowak 15687ab80a Fix #343 - Avoid going to disk when reading the form
This change tries to avoid looking up the TEMP directory for most reads of
the form data. We'll now only hit the disk when necessary.
2015-08-28 09:41:12 -07:00
..
Authentication Challenge now always checks for accept 2015-08-11 16:15:48 -07:00
Features
Properties
ApplicationBuilder.cs
BufferingHelper.cs Fix #343 - Avoid going to disk when reading the form 2015-08-28 09:41:12 -07:00
Constants.cs
DefaultConnectionInfo.cs
DefaultHttpContext.cs
DefaultHttpRequest.cs
DefaultHttpResponse.cs
DefaultWebSocketManager.cs
FormCollection.cs
FormFileCollection.cs Fix #365 - Make IFormFileCollection implmenent IReadOnlyList<T> 2015-08-21 10:39:27 -07:00
HeaderDictionary.cs
HttpContextAccessor.cs Hello HttpContextAccessor 2015-08-12 13:08:58 -07:00
ItemsDictionary.cs
Microsoft.AspNet.Http.xproj
ParsingHelpers.cs
ReadableStringCollection.cs
ReferenceReadStream.cs
RequestCookiesCollection.cs
ResponseCookies.cs
project.json Update CoreCLR versions 2015-08-05 09:33:00 -07:00