Searched defs:method (Results 1 - 1 of 1) sorted by relevance

/yui3/src/io/js/
H A Dio-nodejs.js5 * This method is return of `require('request')` so you can use it inside NodeJS without
7 * @method request
19 @method transports.nodejs
21 @returns {Object} This object contains only a `send` method that accepts a
26 method: 'PUT',
73 config.method = config.method || 'GET';
76 method: config.method,
91 Y.log('Initiating ' + rconf.method
[all...]

Completed in 22 milliseconds