wasi_net/reqwest/
error.rs

1pub type Error = std::io::Error;
2pub type ErrorKind = std::io::ErrorKind;