ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Cookbook Check a Webpage for Broken Links

Open ggsmith842 opened this issue 1 year ago • 2 comments

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.

ggsmith842 avatar Jul 05 '24 01:07 ggsmith842