Szymon Janota

Results 2 issues of Szymon Janota

**Is your feature request related to a problem? Please describe.** Right now `HttpRequest` is can be [assigned any property](https://github.com/marblejs/marble/blob/bcdc101716ddf15c94f9189b53f9912b418ba143/packages/core/src/http/http.interface.ts#L20). Thanks to that you can pass custom properties down the stream...

question
scope: core

### What version of Effect is running? 3.19.3, platform 0.74.0, platform-node 0.70.0 ### What steps can reproduce the bug? 1. Create a middleware with `HttpApiBuilder.middleware` that makes use of `HttpRouter.RouterContext`...

bug