We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fcf2b commit 10ce353Copy full SHA for 10ce353
plugins/http/src/reqwest_cookie_store.rs
@@ -1,3 +1,7 @@
1
+// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
2
+// SPDX-License-Identifier: Apache-2.0
3
+// SPDX-License-Identifier: MIT
4
+
5
// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs
6
7
use std::sync::{Mutex, MutexGuard, PoisonError};
0 commit comments