robotparser-rs/src/model
Laurent Arnoud df49f6bcf0
Error handling (#24)
* Add test when url is invalid and panic

* Initial error handling

ref https://github.com/messense/robotparser-rs/issues/22

* Rename ErrorKind::HttpClient => ErrorKind::Http

* Implement std::error::Error and rename to Error
2020-03-08 20:33:34 +08:00
..
clean_params.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
errors.rs Error handling (#24) 2020-03-08 20:33:34 +08:00
fetched_robots_txt.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
group.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
path.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
path_pattern.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
request_rate.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
robots_txt.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00
rule.rs Refactoring of robotparser-rs (#20) 2020-01-31 17:00:58 +08:00