mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Append method to tests
This commit is contained in:
@@ -43,6 +43,7 @@ exports.defineManualTests = function(contentEl, createActionButton) {
|
||||
console.log('headers: ', request.headers);
|
||||
console.log('path: ', request.path);
|
||||
console.log('query: ', request.query);
|
||||
console.log('method: ', request.method);
|
||||
|
||||
webserver.sendResponse(
|
||||
request.requestId,
|
||||
|
||||
Reference in New Issue
Block a user