()
| 315 | this[RouteTypeId] = RouteTypeId |
| 316 | } |
| 317 | toJSON(): unknown { |
| 318 | return { |
| 319 | _id: "@effect/platform/HttpRouter/Route", |
| 320 | method: this.method, |
| 321 | path: this.path, |
| 322 | prefix: this.prefix.toJSON() |
| 323 | } |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | class RouteContextImpl implements Router.RouteContext { |