Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CrawledUrl

import type { CrawledUrl } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.

interface CrawledUrl {
body?: string;
httpMethod?: string;
url?: string;
}

§Properties

§
body?: string
[src]

Output only. The body of the request that was used to visit the URL.

§
httpMethod?: string
[src]

Output only. The http method of the request that was used to visit the URL, in uppercase.

§
url?: string
[src]

Output only. The URL that was crawled.