it("simple json (GET)", async () => {
        uri.pathname = "/file/simple.json";
        const result = await fletcher.json(uri.href);

        const expected = { foo: "bar" };