pub type If = Box<dyn Fn(&FatRequest, &Host) -> bool>;
Dynamic function to check if a extension should be ran.
Used with Prepare extensions
Prepare
struct If(/* private fields */);