This crate provides a parser for classifying an HTTP request line target into one of the 4 types defined for requests. This can then be used to direct how to further process the target.
Examples
use RequestTarget;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;