MCPcopy Create free account
hub / github.com/benkuper/Chataigne / sendDELETEFromScript

Method sendDELETEFromScript

Source/Module/modules/http/HTTPModule.cpp:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361var HTTPModule::sendDELETEFromScript(const var::NativeFunctionArgs& args)
362{
363 HTTPModule* m = getObjectFromJS<HTTPModule>(args);
364 if (m != nullptr) m->sendRequestFromScript(args, METHOD_DELETE);
365 return var();
366}
367
368var HTTPModule::uploadFileFromScript(const var::NativeFunctionArgs& args)
369{

Callers

nothing calls this directly

Calls 1

sendRequestFromScriptMethod · 0.80

Tested by

no test coverage detected