6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
exports.url = {
|
|
hostname: 'www.krautspace.de',
|
|
port: 443,
|
|
path: '/user:0xaffe?do=edit',
|
|
method: 'GET'
|
|
};
|