rest
rest copied to clipboard
Support new Java date/time types for preconditions/lastModified
ResponseBuilder.lastModified() and friends, as well as Request.evaluatePreconditions(Date) and friends only accept the Date type. They should probably also accept more modern Java date/time types, no?
This makes sense to me.
We should add Instantly.
Anybody in the mood for authoring a PR?