Created
September 22, 2014 17:41
-
-
Save jstrimpel/e42a57475124105047df to your computer and use it in GitHub Desktop.
lazo server utils and request node module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://www.npmjs.org/search?q=request | |
define(['request'], function (request) { | |
'use strict'; | |
return { | |
image: function (req, options) { | |
// use request module here and forward the response to | |
// the appropriate options callback | |
} | |
}; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment