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

1.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 25 Oct 15:51

Features

  • ETag Comparison (#696)
  • Added "451 Unavailable For Legal Reasons" to StatusCodes (#655)
  • Added HTTP Status codes from the RFCs 4918 and 7538 (#654)
  • MapMiddleware should support rejoining the parent pipeline (#351)

Bugs Fixed

  • QueryString and FragmentString: Empty != null (#680)
  • Consider having FromAbsolute in UriHelpers (#679)
  • PathString over-encodes (#660)
  • Headers containing consecutive commas fails to parse (#659)
  • filename* is lost when creating the FormFile class (#651)
  • Request.Form throws 'Unexpected end of stream` if Request.Body was read (#625)
  • PathString.Empty is not equal to default(PathString) (#600)