Chris Ross
|
68be1d1b19
|
#162 - Change PipelineCore namespace to Http.Core. Part-1.
|
2015-01-15 11:52:34 -08:00 |
Chris Ross
|
4fb21644fc
|
Implement strongly typed headers.
|
2015-01-14 15:41:09 -08:00 |
Chris Ross
|
5872feb224
|
#139 - Mime multipart request parsing.
|
2015-01-07 15:42:46 -08:00 |
Brennan
|
b7eb1a92bb
|
Update tests to use official xunit
|
2014-12-15 15:09:59 -08:00 |
Victor Hurdugaci
|
7569703906
|
Add schema version to kproj files
|
2014-11-25 10:49:23 -08:00 |
Victor Hurdugaci
|
76bb27e5d3
|
Update KProj to the latest format
|
2014-11-12 15:09:59 -08:00 |
Pranav K
|
0d27849c14
|
Removing version token from framework assemblies node
|
2014-10-10 12:19:24 -07:00 |
Pranav K
|
dc04ff843c
|
Reacting to CLR package versioning changes
|
2014-10-10 10:32:48 -07:00 |
David Fowler
|
20de1d0597
|
Fix up references
|
2014-10-05 05:08:26 -07:00 |
Chris Ross
|
335895d9b4
|
#122 - Rename IBuilder to IApplicationBuilder.
|
2014-09-10 11:45:02 -07:00 |
David Fowler
|
90dad40029
|
Updated to use the new target framework in project.json
|
2014-09-04 01:27:14 -07:00 |
David Fowler
|
aac0ce134c
|
Updated to use the new target framework in project.json
|
2014-08-28 23:31:29 -07:00 |
David Fowler
|
274f20a383
|
Removed source files from the project
|
2014-08-15 08:14:48 -07:00 |
harshgMSFT
|
80ffd26465
|
Adding abstractions for request headers
viz. Accept, Accept-Charset and Content-Type.
|
2014-07-23 14:54:15 -07:00 |
Chris Ross
|
de1017e010
|
Fix test...
|
2014-07-16 12:20:57 -07:00 |
Chris Ross
|
fe5202b3d2
|
Fix test.
|
2014-07-16 12:17:36 -07:00 |
Chris Ross
|
dd7537de4a
|
#103 Fix ambigious Keys property on IHeaderDictionary.
|
2014-07-16 12:11:51 -07:00 |
David Fowler
|
8f39f6d4b5
|
Renamed configurations to frameworks in project.json
|
2014-07-13 21:50:53 -07:00 |
Chris Ross
|
5bf4883cd9
|
#91 Provide a default constructor for DefaultHttpContext.
|
2014-07-07 10:48:07 -07:00 |
Chris Ross
|
ff31b958fe
|
#80 - Add CancellationToken to GetClientCertAsyc, GetFormAsync.
|
2014-06-26 09:32:44 -07:00 |
Brice Lambson
|
7f1135cec3
|
Bump version to 1.0.0-*
|
2014-06-19 16:33:18 -07:00 |
David Fowler
|
124749de28
|
Fixed project.json casing
|
2014-05-26 02:49:34 -07:00 |
Pranav K
|
aa9b259da7
|
Updating kproj file to match tooling changes
|
2014-05-18 20:13:55 -07:00 |
Andrew Peters
|
00d49bbd60
|
Updating copyright headers
|
2014-05-08 23:01:09 -07:00 |
Wei Wang
|
2ba629d886
|
Sort dependencies and remove duplicates in dependencies
|
2014-05-07 17:05:41 -07:00 |
Chris Ross
|
8b26f1d319
|
Move IBuilder and related components to the Ms.AspNet.Builder namespace.
|
2014-05-05 21:05:21 -07:00 |
Chris Ross
|
0ecb989103
|
Name Microsoft.AspNet.Abstractions to Microsoft.AspNet.Http.
|
2014-05-05 16:04:53 -07:00 |
Chris Ross
|
7fd80850ee
|
Rename all feature interfaces to I*Feature.
|
2014-05-05 14:33:41 -07:00 |
anpete
|
35f921856f
|
Update file headers
|
2014-05-01 17:39:31 -07:00 |
Chris Ross
|
19d49b06a6
|
#53 - Add Auth unit tests.
|
2014-04-28 16:19:00 -07:00 |
Chris Ross
|
b751cf19d0
|
#34 - Make HttpContext.User return non-null.
|
2014-04-24 12:43:15 -07:00 |
David Fowler
|
caff1d3d68
|
Fixed unused project references
|
2014-04-21 22:31:46 -07:00 |
Pranav K
|
c31e0f295f
|
Removing unused Owin packages that are causing build failure
* Adding Microsoft.AspNet.AppBuildSupport.Tests to sln
|
2014-04-12 13:57:49 -07:00 |
Pranav K
|
a20f65627f
|
Removing unused Owin packages that are causing build failure
|
2014-04-12 12:39:30 -07:00 |
David Fowler
|
7e7c940c63
|
Updated to use the new tooling
|
2014-04-08 01:10:29 -07:00 |
David Fowler
|
a5dbcac2b7
|
Use new test infrastructure.
|
2014-03-23 14:25:24 -07:00 |
Ryan Nowak
|
543e818acd
|
Add support for host based on Host header
|
2014-03-12 14:29:51 -07:00 |
Pranav K
|
9ac0a8c703
|
Adding ContentLength to HttpRequest
Partially addresses #15
|
2014-03-11 11:17:48 -07:00 |
Pranav K
|
09cc1964e7
|
Adding GetFormAsync on HttpRequest to read form data
|
2014-02-25 12:52:00 -08:00 |
Pranav K
|
fe15f4a849
|
Ensure HttpResponse.Query is populated with query string values
|
2014-02-18 09:15:13 -08:00 |
Pranav K
|
ad5a77ca4c
|
Removing csproj files that are not meant to be commited
|
2014-02-14 19:56:27 -08:00 |
Louis DeJardin
|
86025a3ec4
|
Updated Builder constructors
|
2014-02-09 18:24:16 -08:00 |
David Fowler
|
4ce1423b1c
|
Made small changes to prevent null refs when getting HttpRequestInformation
- Use FeatureReference<T>.Default instead of new when constructing
- Fixed project.json in tests
|
2014-02-01 02:32:46 -08:00 |
Louis DeJardin
|
003718c564
|
Fixing build errors
|
2014-01-31 13:35:26 -08:00 |
Louis DeJardin
|
af0923b68f
|
Rouging out feature interfaces and default abstraction implementations
|
2014-01-31 13:26:10 -08:00 |
Louis DeJardin
|
f7a4db4ae1
|
Roughing out more abstractions
|
2014-01-27 11:43:50 -08:00 |
David Fowler
|
76ef358974
|
Moved tests to test folder and renamed solution.
|
2014-01-23 23:54:25 -08:00 |