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 4b3338d commit d8b4634Copy full SHA for d8b4634
src/reqwest.rs
@@ -32,7 +32,7 @@ impl ReqwestClient {
32
);
33
#[cfg(target_arch = "wasm32")]
34
headers.insert(
35
- header::HeaderName::from_static("X-Meilisearch-Client"),
+ header::HeaderName::from_static("x-meilisearch-client"),
36
header::HeaderValue::from_str(&qualified_version()).unwrap(),
37
38
0 commit comments