Struct content_blocker::Request [] [src]

pub struct Request<'a> {
    pub url: &'a Url,
    pub resource_type: ResourceType,
    pub load_type: LoadType,
}

A request that could be filtered.

Fields

The requested URL.

The resource type for which this request was initiated.

The relationship of this request to the originating document.