Implement routed action arguments #23

Open
opened 2026-07-06 07:31:51 +02:00 by c.fahner · 0 comments
Owner

Currently returning an Action from a RequestRouter that contains any arguments results in a generic Exception("Not implemented") being thrown.

These arguments are intended to be additional query arguments, so the original Request should be wrapped in such a way that the :path request header contains this additional information when obtaining the query arguments through the Structured interface.

Possibly depends on some new functionality in the slendium/http library for "shadowed" content, since the original request URI would still need to be accessible.

Currently returning an `Action` from a `RequestRouter` that contains any arguments results in a generic `Exception("Not implemented")` being thrown. These arguments are intended to be additional query arguments, so the original `Request` should be wrapped in such a way that the `:path` request header contains this additional information when obtaining the query arguments through the `Structured` interface. Possibly depends on some new functionality in the `slendium/http` library for "shadowed" content, since the original request URI would still need to be accessible.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
slendium/framework#23
No description provided.