Change request-promise to use full 'request' API

This commit is contained in:
Joe Skeen
2015-10-07 09:41:45 -06:00
parent 202d240a0a
commit 31d1cc43cd
4 changed files with 486 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ var bodyArr: request.RequestPart[] = [{
// --- --- --- --- --- --- --- --- --- --- --- ---
str = req.toJSON();
obj = req.toJSON();
var cookieValue: request.CookieValue;
str = cookieValue.name;