Patch
Description
Adds the given Patch path to the HttpServer.
Arguments
2function callback
the callback is called when a new request is received.
Function argument(s):
1HttpRequest request - The incoming request
2HttpResponse response - The respone to use
3boolean ipWhitelist = false
true
to enable the IP whitelist
only requests sent by connected players are processed.