Skip to content

Instantly share code, notes, and snippets.

@dmillerw
Last active August 29, 2015 14:12
Show Gist options
  • Save dmillerw/772b9cc99fe199a8f86e to your computer and use it in GitHub Desktop.
Save dmillerw/772b9cc99fe199a8f86e to your computer and use it in GitHub Desktop.
function onWebRequest(method)
print(method)
return "202"
end
register_callback(CALLBACK_HTTP_REQUEST, onWebRequest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment