Skip to main content

content_check

Function content_check 

Source
pub async fn content_check(
    configuration: &mut Configuration,
    params: ContentCheckParams,
) -> Result<Vec<Content>, Error<ContentCheckError>>
Expand description

Retrieve headers and MD5 hash of the content for a particular URL from each Fastly edge server. This API is limited to 200 requests per hour. If the content takes too long to download, the hash will be set to error-timeout-$pop. If the response is too large, it will be set to warning-too-large-$pop.