Struct grnenvlib::command::common::MaybeProxyUrl [] [src]

pub struct MaybeProxyUrl {
    pub url: Url,
}

Fields

Trait Implementations

impl<'a> IntoResponse for MaybeProxyUrl
[src]

Make an HTTP request in necessary and return a response.