darkwing::server::services::sqlite_services

Constant SELECT_COOKIES_QUERY

source
const SELECT_COOKIES_QUERY: &str = "SELECT host_key, name, CAST(encrypted_value AS BLOB), path, expires_utc, is_httponly FROM cookies";