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