Skip to content

working really well. but...  #408

Open
@sprappcom

Description

@sprappcom

is there any possibility to support like cloudflare ES stuff?
https://developers.cloudflare.com/workers/examples/return-html/

export default {
async fetch(request) {
const html = <!DOCTYPE html> <body> <h1>Hello World</h1> <p>This markup was generated by a Cloudflare Worker.</p> </body>;

return new Response(html, {
  headers: {
    "content-type": "text/html;charset=UTF-8",
  },
});

},
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions