Skip to content

Application caching

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 16 Jun 23:25
· 951 commits to master since this release
edeb5db

Added

  • We have added an application cache for collections; we include the ETag header however we are not yet returning a 304.

Changed

  • We have moved our route validators; the route validators sit inside the App\Request namespace.
  • We have moved our Header utility class; the Header class sits inside the App\Response namespace.
  • We have moved our RoutePermission utility class; the Permission class sits inside the App\Request namespace.
  • We have moved and simplified our Parameter classes; the Parameter classes sit inside the App\Request namespace.
  • We have moved and renamed the RequestUtility class; the BodyValidation class sits in the App\Request namespace.