pub trait RequestExt {
// Required method
fn cf(&self) -> Option<IncomingRequestCfProperties>;
}Required Methods§
Sourcefn cf(&self) -> Option<IncomingRequestCfProperties>
fn cf(&self) -> Option<IncomingRequestCfProperties>
Get the Cloudflare Properties from this request