Skip to main content

try_get_real_ip_from_req

Function try_get_real_ip_from_req 

Source
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.