Function spacegate_kernel::functions::websocket::process
source · pub async fn process(
gateway_name: Arc<String>,
remote_addr: SocketAddr,
backend: &SgBackend,
request: Request<Body>
) -> TardisResult<Response<Body>>