Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak/request.ts>Request#sendEvents

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Request.prototype.sendEvents
import { Request } from "https://deno.land/x/oak@v14.1.0/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.