doc(fix): change link to Reflect from GitHub to Codeberg

This commit is contained in:
Victor Westerlund 2024-11-20 10:09:16 +00:00
parent 9c837fd194
commit 1dda3be41e

View file

@ -1,4 +1,4 @@
# Request validation plugin for the [Reflect API Framework](https://github.com/victorwesterlund/reflect) # Request validation plugin for the [Reflect API Framework](https://codeberg.org/reflect/reflect)
This request pre-processor adds request validation for an API written in the Reflect API Framework. This request pre-processor adds request validation for an API written in the Reflect API Framework.
Write safer Reflect endpoints by enforcing request data structure validation before the request reaches your endpoint's logic. This plugin validates GET and POST data (even JSON) and returns an array with scoped `Error`s that can be further acted upon if desired. Write safer Reflect endpoints by enforcing request data structure validation before the request reaches your endpoint's logic. This plugin validates GET and POST data (even JSON) and returns an array with scoped `Error`s that can be further acted upon if desired.