Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

1.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidfowl davidfowl released this 17 Aug 04:21

Bugs Fixed

  • Request.Headers.Keys is ambigous (#103)
  • Rename OnRequestAborted to RequestAborted (#89)
  • Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature (#88)
  • OWIN: IHttpAuthenticationFeature.Handler is not implemented (#87)

Features

  • Make DefaultHttpContext more testable (#91)
  • Async APIs should take a CancellationToken (#80)
  • IHttpTransportLayerSecurityFeature is just bizzare (#70)
  • Need convenience API to write strings & buffered response to body (#66)
  • Add a convenience API for building a query string (#65)
  • Modify IReadableStringCollection to allow better querying of values (#3)