• General upkeep
  • Fix bug whith unnamed cookies (#12)
  • Fixed bug in querystring parsing where the first key would retain the ?
  • Added querystring field to Request.
  • Added calculate_length() method to Response.
  • Added as_message() method to Request and Response.
  • Moved to a shallow dependency of Rook, making it easier to substitute or expand to other request formats
  • Added content negotiation and body parsing and formatting
  • Migrated Request and Response classes from routr