Lines Matching refs:send
379 return this.send(uri, config, transaction.id);
528 * Requests a transaction. `send()` is implemented as `Y.io()`. Each
605 * <dd>Object map of transaction headers to send to the server. The
623 * @method send
630 send: function(uri, config, id) {
686 return transaction.c.send(transaction, uri, config);
712 transaction.c.send(data);
850 <dd>Object map of transaction headers to send to the server. The
879 return transaction.send.apply(transaction, [url, config]);
921 * @return {Object} The transport object with a `send` method