Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active September 30, 2022 16:40
Embed
What would you like to do?
Hello World filter.js for PagePark
//hello world filter.js for PagePark -- 9/30/22 by DW
const headers = {["Content-Type"]: "text/plain"};
options.httpResponse.writeHead (200, headers);
options.httpResponse.end ("Hello World");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment