[][src]Function zap_api::core::access_url

pub fn access_url(
    service: &ZapService,
    url: String,
    followredirects: String
) -> Result<Value, ZapApiError>

Convenient and simple action to access a URL, optionally following redirections. Returns the request sent and response received and followed redirections, if any. Other actions are available which offer more control on what is sent, like, 'sendRequest' or 'sendHarRequest'.