ocaml.org
ocaml.org copied to clipboard
Cookbook Check a Webpage for Broken Links
Adds recipe for validating links on a webpage. For this example the webpage is represented as an html string. This code makes use of the cohttp and lambdasoup libraries.