Function url_crawl::get_urls[][src]

pub fn get_urls(html: &str) -> Vec<String>
Expand description

Extracts the urls to HTTP/2 push

Gets

  • <link> nodes where rel != preconnect
  • all nodes with a src attribute

ToDo: Add background-image and other css link detection