W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
Deno.HttpConn
interface
HttpConn
extends
AsyncIterable
<
RequestEvent
>
{
readonly
rid
:
number
;
close()
:
void
;
nextRequest()
:
Promise
<
RequestEvent
|
null
>
;
}
Extends
AsyncIterable
<
RequestEvent
>
Properties
readonly
rid
:
number
Methods
close()
:
void
nextRequest()
:
Promise
<
RequestEvent
|
null
>
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.HttpConn