pub async fn try_get_real_ip_from_req(
request: &Request,
) -> TardisResult<Option<String>>Expand description
Try to get real ip from request
This method only parses the main request headers and cannot guarantee that the real IP can be obtained.