Struct grnenvlib::command::common::MaybeProxyUrl
[−]
[src]
pub struct MaybeProxyUrl {
pub url: Url,
}Fields
url: Url
Trait Implementations
impl<'a> IntoResponse for MaybeProxyUrl[src]
fn into_response(self) -> HyperResult<Response>
Make an HTTP request in necessary and return a response.