You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple web crawler to check the status code of all internal URLs of a given domain. This project is mainly for educational purposes and a work in progress, keep that in mind.
Usage during development
cargo run https://www.yourdomain.com/
About
Simple web crawler to check the status code of all internal URLs of a given domain.