Skip to main content

ResponsePartsExtensions

Trait ResponsePartsExtensions 

Source
pub trait ResponsePartsExtensions {
    // Required methods
    fn client_ip(&self) -> Option<&str>;
    fn effective_url(&self) -> Option<&str>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ResponsePartsExtensions for Parts

Source§

impl ResponsePartsExtensions for Response<Vec<u8>>

Implementors§