PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
github
/
templates
<%comment%> this.<%funcName%> = function(msg, block, callback) { var self = this; this.client.httpSend(msg, block, function(err, res) { if (err) return self.sendError(err, null, msg, callback); var ret; try { ret = res.data; var contentType = res.headers["content-type"]; if (contentType && contentType.indexOf("application/json") !== -1) ret = JSON.parse(ret); } catch (ex) { if (callback) callback(new error.InternalServerError(ex.message), res); return; } <%afterRequest%> if (callback) callback(null, ret); }); };
[-] index.js.tpl
[edit]
[+]
..
[-] handler.js.tpl
[edit]
[-] test_section.js.tpl
[edit]
[-] section.js.tpl
[edit]
[-] after_request.js.tpl
[edit]
[-] test_handler.js.tpl
[edit]