use crateFile;
use crateRedirect;
use crateRequest;
use crateCrawlLogEntry;
/// Holds all the output that comes from processing a single crawl command
/// Holds all the output that can fall out of a request
/// A response to a request or direct response in case no
/// request had to be made, containing either a file or redirect.
///
/// A response may result in multiple of these.