Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/link-checker
A simple link checking tool written in Rust
https://github.com/gsquire/link-checker
Last synced: 30 days ago
JSON representation
A simple link checking tool written in Rust
- Host: GitHub
- URL: https://github.com/gsquire/link-checker
- Owner: gsquire
- License: mit
- Created: 2015-10-25T22:54:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T05:52:02.000Z (almost 9 years ago)
- Last Synced: 2023-04-10T02:34:46.120Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# link-checker
A simple link checking tool written in Rust 1.3## Building the link-checker
Use 'cargo build'.
## Running the link-checker
User 'cargo run input.txt'
## Creating your own input file
You can name it anything you want, and all it really needs is to be a list of URLs, one per line.
## Known limitations
It depends on 'hyper' v0.6.15 for making HTTP calls, so whatever it can do this tool should also do. I've not yet tried it with HTTPS or with querystrings. All requests are GET, so no POST, HEAD, or other methods.