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