Alexandre Gomes Gaigalas
Alexandre Gomes Gaigalas
# Respect\Relational Abstract Collections Respect\Relational uses Respect\Data collections to express two things: 1 - How tables are related This is done by the very nature of Collection compositing: ``` php
We currently don't have real unit tests, our tests are more functional/BBDish. I'm gonna write the proper units and keep the old tests as legacy, already started!
A routine that receives an IP address and must return `false` if not being rate-limited or an integer with number of seconds to retry. Implement 429 status code as well.
Convert PHP errors and uncaught exceptions into 500 status codes. 408 may be used for timeout if we could figure out a way to calculate max_execution_time.
ETag support
Automatic generation by MD5ing the content. Custom logic can be implemented separately.
Maybe the user may need to provide a closure for that, we can pass him the choices.
With all those 206 and 416 nice guys.
A routine that can map routes to specific rendering engines (such as template engines or serializers).
We could create a CliRequest that when injected into the Router instead of the traditional Request could route things via Cli calls. Bash and linux are somewhat RESTful. An experimental...
To get a release candidate `2.3RC`: - [x] Drop PHP 7.4 support - [x] Increase phpstan level from 7 to 8 and remove non-false-positive error ignores - [x] Remove obsolete...