Class LaravelUi5\OData\Http\ODataRequest

final
readonly

Minimal request value object for the QueryPlanner.

Holds only the URL path and the system query options that the planner needs. Intentionally independent of Illuminate\Http\Request so that tier-2 tests (QueryPlanner tests) can construct it without booting Laravel.

The existing Controller\ODataRequest (legacy) is converted into this type by the HTTP entry point once it is wired in Step 7.

Methods
Properties