Files
bun.sh/test/js/bun/http/bun-request-fixture.js

7 lines
123 B
JavaScript
Generated

export const signal = undefined;
export const method = "POST";
export const body = JSON.stringify({
hello: "world",
});