Application caching
deanblackborough
released this
16 Jun 23:25
·
951 commits
to master
since this release
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; theHeader
class sits inside theApp\Response
namespace. - We have moved our
RoutePermission
utility class; thePermission
class sits inside theApp\Request
namespace. - We have moved and simplified our
Parameter
classes; theParameter
classes sit inside theApp\Request
namespace. - We have moved and renamed the
RequestUtility
class; theBodyValidation
class sits in theApp\Request
namespace.