mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-06-07 18:21:13 -03:00
added docstrings for struct in heuristics
This commit is contained in:
@@ -36,14 +36,19 @@ pub struct HeuristicTests<'a> {
|
||||
/// Handles object for event handler interaction
|
||||
handles: Arc<Handles>,
|
||||
|
||||
/// Config value: Don't auto-filter wildcard responses
|
||||
dont_filter: bool,
|
||||
|
||||
/// Config value: Only print URLs
|
||||
quiet: bool,
|
||||
|
||||
/// Config value: Append / to each request
|
||||
add_slash: bool,
|
||||
|
||||
/// Config value: Instance of reqwest::Client
|
||||
client: &'a Client,
|
||||
|
||||
/// Config value: URL query parameters
|
||||
queries: &'a Vec<(String, String)>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user