method Http2SecureServer.prependOnceListener
          
Usage in Deno
import { type Http2SecureServer } from "node:http2";
Http2SecureServer.prependOnceListener(event: "checkContinue",listener: (request: Http2ServerRequest,response: Http2ServerResponse,) => void,): this 
      
listener: (request: Http2ServerRequest,response: Http2ServerResponse,) => void
      
    this
      
    
Http2SecureServer.prependOnceListener(event: "request",listener: (request: Http2ServerRequest,response: Http2ServerResponse,) => void,): this 
      
listener: (request: Http2ServerRequest,response: Http2ServerResponse,) => void
      
    this
      
    
Http2SecureServer.prependOnceListener(event: "session",listener: (session: ServerHttp2Session) => void,): this 
      
listener: (session: ServerHttp2Session) => void
      
    this
      
    
Http2SecureServer.prependOnceListener(event: "stream",listener: () => void,): this