Chris Ross
|
5872feb224
|
#139 - Mime multipart request parsing.
|
2015-01-07 15:42:46 -08: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
|
df730a47a9
|
Rename CancellationToken parameter.
|
2014-06-26 10:11:29 -07:00 |
Chris Ross
|
55e491e354
|
Make CancellationToken a default param.
|
2014-06-26 09:32:54 -07:00 |
Chris Ross
|
ff31b958fe
|
#80 - Add CancellationToken to GetClientCertAsyc, GetFormAsync.
|
2014-06-26 09:32:44 -07:00 |
Chris Ross
|
b6f4207b3b
|
#70 - Refactor client cert feature interface.
|
2014-06-19 11:46:13 -07:00 |
Chris Ross
|
2ae3a24a16
|
Remove CallCancelled property. Fix Owin query string. Add Owin user. Add Owin tests.
|
2014-06-19 09:02:49 -07:00 |
Andrew Peters
|
00d49bbd60
|
Updating copyright headers
|
2014-05-08 23:01:09 -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
|
cbd8401582
|
Fill in OnSendingHeaders, Redirect, IsSecure.
|
2014-03-19 09:12:21 -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 |
Chris Ross
|
fe1011e507
|
Code review cleanup.
|
2014-02-10 10:52:19 -08:00 |
Chris Ross
|
850128dc39
|
Implement request and response properties: Headers, ContentLength.
|
2014-02-10 10:24:10 -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
|
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 |
Louis DeJardin
|
27ff7762e9
|
Updating with work in progress
|
2014-01-23 14:53:22 -08:00 |