aspnetcore/test/Microsoft.AspNet.Http.Exten...
David Fowler 5b175beea8 Change SendFileAsync to use a fallback implementation instead of throwing
- If the user wants to use the SendFile API directly then they can access the feature
explicitly.
- Removed SupportsSendFile
- Don't check for existence, let FileStream throw
- Updated Doc comments
- Pass the buffer into StreamCopyOperation
- Using a real using instead of try finally.
2015-12-02 22:37:53 -08:00
..
HeaderDictionaryTypeExtensionsTest.cs
Microsoft.AspNet.Http.Extensions.Tests.xproj
QueryBuilderTests.cs
ResponseExtensionTests.cs #426 Move IHeaderDictionary to Features to reduce wrapping. 2015-10-08 08:36:27 -07:00
SendFileResponseExtensionsTests.cs Change SendFileAsync to use a fallback implementation instead of throwing 2015-12-02 22:37:53 -08:00
UriHelperTests.cs #341 Add HttpReqeuest GetEncodedUrl and GetDecodedUrl extensions. 2015-08-04 10:09:39 -07:00
project.json Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:37 -07:00