Function deno_http::start_http[][src]

pub fn start_http<IO: AsyncRead + AsyncWrite + Unpin + Send + 'static>(
    state: &mut OpState,
    io: IO,
    addr: SocketAddr,
    scheme: &'static str
) -> Result<ResourceId, AnyError>