Struct headless_chrome::protocol::cdp::CacheStorage::DataEntry
source · pub struct DataEntry {
pub request_url: String,
pub request_method: String,
pub request_headers: Vec<Header>,
pub response_time: JsFloat,
pub response_status: JsUInt,
pub response_status_text: String,
pub response_Type: CachedResponseType,
pub response_headers: Vec<Header>,
}Fields§
§request_url: String§request_method: String§request_headers: Vec<Header>§response_time: JsFloat§response_status: JsUInt§response_status_text: String§response_Type: CachedResponseType§response_headers: Vec<Header>Trait Implementations§
source§impl<'de> Deserialize<'de> for DataEntry
impl<'de> Deserialize<'de> for DataEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more