test("#withBasicAuth", async () => {
    const response = await Reqwest.new("https://httpbin.org/")
        .withBasicAuth("username", "password")
        .get("/basic-auth/username/password");