(handler: Handler)
| 58 | * Layer that builds a response per request. Useful for echo servers. |
| 59 | */ |
| 60 | export const dynamicResponse = (handler: Handler) => runtimeLayer(handlerLayer(handler)) |
| 61 | |
| 62 | /** |
| 63 | * Layer that emits the supplied SSE chunks and then aborts mid-stream. Used to |
no test coverage detected