mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-07 00:58:19 +00:00
Cargo Format
This commit is contained in:
parent
fe2fd6ca5b
commit
4152f19fe2
2 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ use lazy_static::lazy_static;
|
||||||
use std::str;
|
use std::str;
|
||||||
|
|
||||||
use crate::client::ClientInfo;
|
use crate::client::ClientInfo;
|
||||||
|
use crate::proto::TCPControlBlock;
|
||||||
use crate::smack::{
|
use crate::smack::{
|
||||||
Smack, SmackFlags, BASE_STATE, NO_MATCH, SMACK_CASE_INSENSITIVE, UNANCHORED_STATE,
|
Smack, SmackFlags, BASE_STATE, NO_MATCH, SMACK_CASE_INSENSITIVE, UNANCHORED_STATE,
|
||||||
};
|
};
|
||||||
use crate::Masscanned;
|
use crate::Masscanned;
|
||||||
use crate::proto::{TCPControlBlock};
|
|
||||||
|
|
||||||
pub const HTTP_VERBS: [&str; 9] = [
|
pub const HTTP_VERBS: [&str; 9] = [
|
||||||
"GET", "PUT", "POST", "HEAD", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH",
|
"GET", "PUT", "POST", "HEAD", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATCH",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue