This repository was archived by the owner on Nov 20, 2018. It is now read-only.
1.0.0-beta5
Pre-release
Pre-release
Features
- Move UseMiddleware to Http.Abstractions (#311)
- ApiReview: Rename packages (again) (#295)
- ApiReview: Move most of Http into Http.Internal namespace (#281)
- ApiReview: Remove IHttpApplicationFeature (#276)
- ApiReview: Make UriHelper only static (#275)
- ApiReview: Consolidate extensions (#274)
- ApiReview: Favor abstract base classes over interfaces for context objects (#273)
- ApiReview: Make most properties settable on HttpContext, HttpRequest, HttpResponse, etc. (#272)
- ApiReview: AuthenticationDescription, AuthenticationProperties (#270)
- ApiReview: QueryString & Builder (#269)
- ApiReview: Move WebSocket APIs to HttpContext.WebSockets (#267)
- ApiReview: Move all authentication APIs to HttpContext.Authentication (#266)
- ApiReview: IApplicationBuilder & extensions (#265)
- SessionCollectionExtensions.SetInt and GetInt don't follow the design guidelines (#256)
- More unit-testable DefaultHttpRequest.Cookies?? (#183)
- Add a copy constructor to MediaTypeHeaderValue (#176)