import { Request } from "https://dotland.deno.dev/x/oak@v17.1.2/request.ts";
Take the current request and initiate server sent event connection.
![WARNING] This is not intended for direct use, as it will not manage the target in the overall context or ensure that additional middleware does not attempt to respond to the request.
Parameters
optional
options: ServerSentEventTargetOptionsReturns
Promise<ServerSentEventTarget>