add ClientBuilder.default_headers() for wasm32 target (#1084)

This commit is contained in:
stevelr
2020-11-16 21:09:47 +00:00
committed by GitHub
parent 2dec3b725f
commit 4fe07d81cf
12 changed files with 210 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
#![cfg(not(target_arch = "wasm32"))]
mod support;
use support::*;