mirror of
https://github.com/metosin/reitit.git
synced 2026-02-25 18:42:24 +00:00
The motivation for this is adding a new API to a legacy service whose data model has evolved over the years. Maybe we cannot guarantee the presence of all fields that are considered mandatory now. Rather than blowing up when attempting to return legacy entries we may want to disable response validation. However, we do want to ensure *new* entries added to the system are valid, so we do not want to disable request validation. Retain the ability to turn off both request and response validation with a single setting for backwards compatibility. |
||
|---|---|---|
| .. | ||
| cljdoc | ||
| reitit | ||