[][src]Constant feroxbuster::DEFAULT_STATUS_CODES

pub const DEFAULT_STATUS_CODES: [StatusCode; 9];

Default list of status codes to report

  • 200 Ok
  • 204 No Content
  • 301 Moved Permanently
  • 302 Found
  • 307 Temporary Redirect
  • 308 Permanent Redirect
  • 401 Unauthorized
  • 403 Forbidden
  • 405 Method Not Allowed