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

1.0.0-beta8

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

Features

  • Add StringValues struct for collections (#361)
  • Allow a way to mark all cookies as "HTTP only" and "SSL required" by default (#42)

Bugs Fixed

  • WebEncoders should support Unicode 8.0 (#387)
  • Should HttpContext implement IFeatureCollection? (#367)
  • Form reader should rewind buffer after parsing (#366)
  • Add Response.CanClear and Response.Clear() (#360)
  • Reading the Form data goes to disk every time (#343)