test("#get", async () => {
    const response = await Reqwest.new("https://httpbin.org/").get("/get", {
        key: "value",
    });