api documentation for superagent-bluebird-promise (v4.2.0)

Add promise support to superagent using Bluebird

table of contents

  1. module superagent-bluebird-promise
    1. function superagent-bluebird-promise (method, url)
    2. function superagent-bluebird-promise.Request (method, url)
    3. function superagent-bluebird-promise.Response (req)
    4. function superagent-bluebird-promise.SuperagentPromiseError (message, originalError)
    5. function superagent-bluebird-promise.acl (url, data, fn)
    6. function superagent-bluebird-promise.agent (options)
    7. function superagent-bluebird-promise.checkout (url, data, fn)
    8. function superagent-bluebird-promise.connect (url, data, fn)
    9. function superagent-bluebird-promise.copy (url, data, fn)
    10. function superagent-bluebird-promise.del (url, data, fn)
    11. function superagent-bluebird-promise.delete (url, data, fn)
    12. function superagent-bluebird-promise.get (url, data, fn)
    13. function superagent-bluebird-promise.head (url, data, fn)
    14. function superagent-bluebird-promise.link (url, data, fn)
    15. function superagent-bluebird-promise.lock (url, data, fn)
    16. function superagent-bluebird-promise.m-search (url, data, fn)
    17. function superagent-bluebird-promise.merge (url, data, fn)
    18. function superagent-bluebird-promise.mkactivity (url, data, fn)
    19. function superagent-bluebird-promise.mkcalendar (url, data, fn)
    20. function superagent-bluebird-promise.mkcol (url, data, fn)
    21. function superagent-bluebird-promise.move (url, data, fn)
    22. function superagent-bluebird-promise.notify (url, data, fn)
    23. function superagent-bluebird-promise.options (url, data, fn)
    24. function superagent-bluebird-promise.patch (url, data, fn)
    25. function superagent-bluebird-promise.post (url, data, fn)
    26. function superagent-bluebird-promise.propfind (url, data, fn)
    27. function superagent-bluebird-promise.proppatch (url, data, fn)
    28. function superagent-bluebird-promise.purge (url, data, fn)
    29. function superagent-bluebird-promise.put (url, data, fn)
    30. function superagent-bluebird-promise.rebind (url, data, fn)
    31. function superagent-bluebird-promise.report (url, data, fn)
    32. function superagent-bluebird-promise.search (url, data, fn)
    33. function superagent-bluebird-promise.subscribe (url, data, fn)
    34. function superagent-bluebird-promise.trace (url, data, fn)
    35. function superagent-bluebird-promise.unbind (url, data, fn)
    36. function superagent-bluebird-promise.unlink (url, data, fn)
    37. function superagent-bluebird-promise.unlock (url, data, fn)
    38. function superagent-bluebird-promise.unsubscribe (url, data, fn)
    39. object superagent-bluebird-promise.Request.prototype
    40. object superagent-bluebird-promise.Response.prototype
    41. object superagent-bluebird-promise.SuperagentPromiseError.prototype
    42. object superagent-bluebird-promise.agent.prototype
    43. object superagent-bluebird-promise.parse
    44. object superagent-bluebird-promise.protocols
    45. object superagent-bluebird-promise.serialize
  2. module superagent-bluebird-promise.Request
    1. function superagent-bluebird-promise.Request (method, url)
    2. function superagent-bluebird-promise.Request.super_ ()
  3. module superagent-bluebird-promise.Request.prototype
    1. function superagent-bluebird-promise.Request.prototype._appendQueryString (req)
    2. function superagent-bluebird-promise.Request.prototype._emitResponse (body, files)
    3. function superagent-bluebird-promise.Request.prototype._end ()
    4. function superagent-bluebird-promise.Request.prototype._getFormData ()
    5. function superagent-bluebird-promise.Request.prototype._isHost (obj)
    6. function superagent-bluebird-promise.Request.prototype._isResponseOK (res)
    7. function superagent-bluebird-promise.Request.prototype._pipeContinue (stream, options)
    8. function superagent-bluebird-promise.Request.prototype._redirect (res)
    9. function superagent-bluebird-promise.Request.prototype._retry ()
    10. function superagent-bluebird-promise.Request.prototype._setTimeouts ()
    11. function superagent-bluebird-promise.Request.prototype._shouldUnzip (res)
    12. function superagent-bluebird-promise.Request.prototype._timeoutError (reason, timeout, errno)
    13. function superagent-bluebird-promise.Request.prototype.abort ()
    14. function superagent-bluebird-promise.Request.prototype.accept (type)
    15. function superagent-bluebird-promise.Request.prototype.agent (agent)
    16. function superagent-bluebird-promise.Request.prototype.attach (field, file, options)
    17. function superagent-bluebird-promise.Request.prototype.auth (user, pass, options)
    18. function superagent-bluebird-promise.Request.prototype.buffer (val)
    19. function superagent-bluebird-promise.Request.prototype.ca (cert)
    20. function superagent-bluebird-promise.Request.prototype.callback (err, res)
    21. function superagent-bluebird-promise.Request.prototype.catch ()
    22. function superagent-bluebird-promise.Request.prototype.cert (cert)
    23. function superagent-bluebird-promise.Request.prototype.clearTimeout ()
    24. function superagent-bluebird-promise.Request.prototype.end (fn)
    25. function superagent-bluebird-promise.Request.prototype.field (name, val)
    26. function superagent-bluebird-promise.Request.prototype.get (field)
    27. function superagent-bluebird-promise.Request.prototype.getHeader (field)
    28. function superagent-bluebird-promise.Request.prototype.key (cert)
    29. function superagent-bluebird-promise.Request.prototype.ok (cb)
    30. function superagent-bluebird-promise.Request.prototype.parse (fn)
    31. function superagent-bluebird-promise.Request.prototype.pfx (cert)
    32. function superagent-bluebird-promise.Request.prototype.pipe (stream, options)
    33. function superagent-bluebird-promise.Request.prototype.promise ()
    34. function superagent-bluebird-promise.Request.prototype.query (val)
    35. function superagent-bluebird-promise.Request.prototype.redirects (n)
    36. function superagent-bluebird-promise.Request.prototype.request ()
    37. function superagent-bluebird-promise.Request.prototype.responseType (val)
    38. function superagent-bluebird-promise.Request.prototype.retry (count)
    39. function superagent-bluebird-promise.Request.prototype.send (data)
    40. function superagent-bluebird-promise.Request.prototype.serialize (fn)
    41. function superagent-bluebird-promise.Request.prototype.set (field, val)
    42. function superagent-bluebird-promise.Request.prototype.sortQuery (sort)
    43. function superagent-bluebird-promise.Request.prototype.then ()
    44. function superagent-bluebird-promise.Request.prototype.timeout (options)
    45. function superagent-bluebird-promise.Request.prototype.toJSON ()
    46. function superagent-bluebird-promise.Request.prototype.type (type)
    47. function superagent-bluebird-promise.Request.prototype.unset (field)
    48. function superagent-bluebird-promise.Request.prototype.use (fn)
    49. function superagent-bluebird-promise.Request.prototype.withCredentials (on)
    50. function superagent-bluebird-promise.Request.prototype.write (data, encoding)
  4. module superagent-bluebird-promise.Response
    1. function superagent-bluebird-promise.Response (req)
    2. function superagent-bluebird-promise.Response.super_ ()
  5. module superagent-bluebird-promise.Response.prototype
    1. function superagent-bluebird-promise.Response.prototype._setHeaderProperties (header)
    2. function superagent-bluebird-promise.Response.prototype._setStatusProperties (status)
    3. function superagent-bluebird-promise.Response.prototype.destroy (err)
    4. function superagent-bluebird-promise.Response.prototype.get (field)
    5. function superagent-bluebird-promise.Response.prototype.pause ()
    6. function superagent-bluebird-promise.Response.prototype.resume ()
    7. function superagent-bluebird-promise.Response.prototype.setStatusProperties (status)
    8. function superagent-bluebird-promise.Response.prototype.toError ()
    9. function superagent-bluebird-promise.Response.prototype.toJSON ()
  6. module superagent-bluebird-promise.SuperagentPromiseError
    1. function superagent-bluebird-promise.SuperagentPromiseError (message, originalError)
  7. module superagent-bluebird-promise.SuperagentPromiseError.prototype
    1. function superagent-bluebird-promise.SuperagentPromiseError.prototype.constructor (message, originalError)
    2. string superagent-bluebird-promise.SuperagentPromiseError.prototype.name
  8. module superagent-bluebird-promise.agent
    1. function superagent-bluebird-promise.agent (options)
  9. module superagent-bluebird-promise.agent.prototype
    1. function superagent-bluebird-promise.agent.prototype._attachCookies (req)
    2. function superagent-bluebird-promise.agent.prototype._saveCookies (res)
    3. function superagent-bluebird-promise.agent.prototype.acl (url, fn)
    4. function superagent-bluebird-promise.agent.prototype.bind (url, fn)
    5. function superagent-bluebird-promise.agent.prototype.checkout (url, fn)
    6. function superagent-bluebird-promise.agent.prototype.connect (url, fn)
    7. function superagent-bluebird-promise.agent.prototype.copy (url, fn)
    8. function superagent-bluebird-promise.agent.prototype.del (url, fn)
    9. function superagent-bluebird-promise.agent.prototype.delete (url, fn)
    10. function superagent-bluebird-promise.agent.prototype.get (url, fn)
    11. function superagent-bluebird-promise.agent.prototype.head (url, fn)
    12. function superagent-bluebird-promise.agent.prototype.link (url, fn)
    13. function superagent-bluebird-promise.agent.prototype.lock (url, fn)
    14. function superagent-bluebird-promise.agent.prototype.m-search (url, fn)
    15. function superagent-bluebird-promise.agent.prototype.merge (url, fn)
    16. function superagent-bluebird-promise.agent.prototype.mkactivity (url, fn)
    17. function superagent-bluebird-promise.agent.prototype.mkcalendar (url, fn)
    18. function superagent-bluebird-promise.agent.prototype.mkcol (url, fn)
    19. function superagent-bluebird-promise.agent.prototype.move (url, fn)
    20. function superagent-bluebird-promise.agent.prototype.notify (url, fn)
    21. function superagent-bluebird-promise.agent.prototype.options (url, fn)
    22. function superagent-bluebird-promise.agent.prototype.patch (url, fn)
    23. function superagent-bluebird-promise.agent.prototype.post (url, fn)
    24. function superagent-bluebird-promise.agent.prototype.propfind (url, fn)
    25. function superagent-bluebird-promise.agent.prototype.proppatch (url, fn)
    26. function superagent-bluebird-promise.agent.prototype.purge (url, fn)
    27. function superagent-bluebird-promise.agent.prototype.put (url, fn)
    28. function superagent-bluebird-promise.agent.prototype.rebind (url, fn)
    29. function superagent-bluebird-promise.agent.prototype.report (url, fn)
    30. function superagent-bluebird-promise.agent.prototype.search (url, fn)
    31. function superagent-bluebird-promise.agent.prototype.subscribe (url, fn)
    32. function superagent-bluebird-promise.agent.prototype.trace (url, fn)
    33. function superagent-bluebird-promise.agent.prototype.unbind (url, fn)
    34. function superagent-bluebird-promise.agent.prototype.unlink (url, fn)
    35. function superagent-bluebird-promise.agent.prototype.unlock (url, fn)
    36. function superagent-bluebird-promise.agent.prototype.unsubscribe (url, fn)
  10. module superagent-bluebird-promise.parse
    1. function superagent-bluebird-promise.parse.image (res, fn)
    2. function superagent-bluebird-promise.parse.text (res, fn)
  11. module superagent-bluebird-promise.serialize

module superagent-bluebird-promise

function superagent-bluebird-promise (method, url)

function superagent-bluebird-promise.Request (method, url)

function superagent-bluebird-promise.Response (req)

function superagent-bluebird-promise.SuperagentPromiseError (message, originalError)

function superagent-bluebird-promise.acl (url, data, fn)

function superagent-bluebird-promise.agent (options)

function superagent-bluebird-promise.checkout (url, data, fn)

function superagent-bluebird-promise.connect (url, data, fn)

function superagent-bluebird-promise.copy (url, data, fn)

function superagent-bluebird-promise.del (url, data, fn)

function superagent-bluebird-promise.delete (url, data, fn)

function superagent-bluebird-promise.get (url, data, fn)

function superagent-bluebird-promise.head (url, data, fn)

function superagent-bluebird-promise.link (url, data, fn)

function superagent-bluebird-promise.lock (url, data, fn)

function superagent-bluebird-promise.m-search (url, data, fn)

function superagent-bluebird-promise.merge (url, data, fn)

function superagent-bluebird-promise.mkactivity (url, data, fn)

function superagent-bluebird-promise.mkcalendar (url, data, fn)

function superagent-bluebird-promise.mkcol (url, data, fn)

function superagent-bluebird-promise.move (url, data, fn)

function superagent-bluebird-promise.notify (url, data, fn)

function superagent-bluebird-promise.options (url, data, fn)

function superagent-bluebird-promise.patch (url, data, fn)

function superagent-bluebird-promise.post (url, data, fn)

function superagent-bluebird-promise.propfind (url, data, fn)

function superagent-bluebird-promise.proppatch (url, data, fn)

function superagent-bluebird-promise.purge (url, data, fn)

function superagent-bluebird-promise.put (url, data, fn)

function superagent-bluebird-promise.rebind (url, data, fn)

function superagent-bluebird-promise.report (url, data, fn)

function superagent-bluebird-promise.search (url, data, fn)

function superagent-bluebird-promise.subscribe (url, data, fn)

function superagent-bluebird-promise.trace (url, data, fn)

function superagent-bluebird-promise.unbind (url, data, fn)

function superagent-bluebird-promise.unlink (url, data, fn)

function superagent-bluebird-promise.unlock (url, data, fn)

function superagent-bluebird-promise.unsubscribe (url, data, fn)

module superagent-bluebird-promise.Request

function superagent-bluebird-promise.Request (method, url)

function superagent-bluebird-promise.Request.super_ ()

module superagent-bluebird-promise.Request.prototype

function superagent-bluebird-promise.Request.prototype._appendQueryString (req)

function superagent-bluebird-promise.Request.prototype._emitResponse (body, files)

function superagent-bluebird-promise.Request.prototype._end ()

function superagent-bluebird-promise.Request.prototype._getFormData ()

function superagent-bluebird-promise.Request.prototype._isHost (obj)

function superagent-bluebird-promise.Request.prototype._isResponseOK (res)

function superagent-bluebird-promise.Request.prototype._pipeContinue (stream, options)

function superagent-bluebird-promise.Request.prototype._redirect (res)

function superagent-bluebird-promise.Request.prototype._retry ()

function superagent-bluebird-promise.Request.prototype._setTimeouts ()

function superagent-bluebird-promise.Request.prototype._shouldUnzip (res)

function superagent-bluebird-promise.Request.prototype._timeoutError (reason, timeout, errno)

function superagent-bluebird-promise.Request.prototype.abort ()

function superagent-bluebird-promise.Request.prototype.accept (type)

function superagent-bluebird-promise.Request.prototype.agent (agent)

function superagent-bluebird-promise.Request.prototype.attach (field, file, options)

function superagent-bluebird-promise.Request.prototype.auth (user, pass, options)

function superagent-bluebird-promise.Request.prototype.buffer (val)

function superagent-bluebird-promise.Request.prototype.ca (cert)

function superagent-bluebird-promise.Request.prototype.callback (err, res)

function superagent-bluebird-promise.Request.prototype.catch ()

function superagent-bluebird-promise.Request.prototype.cert (cert)

function superagent-bluebird-promise.Request.prototype.clearTimeout ()

function superagent-bluebird-promise.Request.prototype.end (fn)

function superagent-bluebird-promise.Request.prototype.field (name, val)

function superagent-bluebird-promise.Request.prototype.get (field)

function superagent-bluebird-promise.Request.prototype.getHeader (field)

function superagent-bluebird-promise.Request.prototype.key (cert)

function superagent-bluebird-promise.Request.prototype.ok (cb)

function superagent-bluebird-promise.Request.prototype.parse (fn)

function superagent-bluebird-promise.Request.prototype.pfx (cert)

function superagent-bluebird-promise.Request.prototype.pipe (stream, options)

function superagent-bluebird-promise.Request.prototype.promise ()

function superagent-bluebird-promise.Request.prototype.query (val)

function superagent-bluebird-promise.Request.prototype.redirects (n)

function superagent-bluebird-promise.Request.prototype.request ()

function superagent-bluebird-promise.Request.prototype.responseType (val)

function superagent-bluebird-promise.Request.prototype.retry (count)

function superagent-bluebird-promise.Request.prototype.send (data)

function superagent-bluebird-promise.Request.prototype.serialize (fn)

function superagent-bluebird-promise.Request.prototype.set (field, val)

function superagent-bluebird-promise.Request.prototype.sortQuery (sort)

function superagent-bluebird-promise.Request.prototype.then ()

function superagent-bluebird-promise.Request.prototype.timeout (options)

function superagent-bluebird-promise.Request.prototype.toJSON ()

function superagent-bluebird-promise.Request.prototype.type (type)

function superagent-bluebird-promise.Request.prototype.unset (field)

function superagent-bluebird-promise.Request.prototype.use (fn)

function superagent-bluebird-promise.Request.prototype.withCredentials (on)

function superagent-bluebird-promise.Request.prototype.write (data, encoding)

module superagent-bluebird-promise.Response

function superagent-bluebird-promise.Response (req)

function superagent-bluebird-promise.Response.super_ ()

module superagent-bluebird-promise.Response.prototype

function superagent-bluebird-promise.Response.prototype._setHeaderProperties (header)

function superagent-bluebird-promise.Response.prototype._setStatusProperties (status)

function superagent-bluebird-promise.Response.prototype.destroy (err)

function superagent-bluebird-promise.Response.prototype.get (field)

function superagent-bluebird-promise.Response.prototype.pause ()

function superagent-bluebird-promise.Response.prototype.resume ()

function superagent-bluebird-promise.Response.prototype.setStatusProperties (status)

function superagent-bluebird-promise.Response.prototype.toError ()

function superagent-bluebird-promise.Response.prototype.toJSON ()

module superagent-bluebird-promise.SuperagentPromiseError

function superagent-bluebird-promise.SuperagentPromiseError (message, originalError)

module superagent-bluebird-promise.SuperagentPromiseError.prototype

function superagent-bluebird-promise.SuperagentPromiseError.prototype.constructor (message, originalError)

module superagent-bluebird-promise.agent

function superagent-bluebird-promise.agent (options)

module superagent-bluebird-promise.agent.prototype

function superagent-bluebird-promise.agent.prototype._attachCookies (req)

function superagent-bluebird-promise.agent.prototype._saveCookies (res)

function superagent-bluebird-promise.agent.prototype.acl (url, fn)

function superagent-bluebird-promise.agent.prototype.bind (url, fn)

function superagent-bluebird-promise.agent.prototype.checkout (url, fn)

function superagent-bluebird-promise.agent.prototype.connect (url, fn)

function superagent-bluebird-promise.agent.prototype.copy (url, fn)

function superagent-bluebird-promise.agent.prototype.del (url, fn)

function superagent-bluebird-promise.agent.prototype.delete (url, fn)

function superagent-bluebird-promise.agent.prototype.get (url, fn)

function superagent-bluebird-promise.agent.prototype.head (url, fn)

function superagent-bluebird-promise.agent.prototype.link (url, fn)

function superagent-bluebird-promise.agent.prototype.lock (url, fn)

function superagent-bluebird-promise.agent.prototype.m-search (url, fn)

function superagent-bluebird-promise.agent.prototype.merge (url, fn)

function superagent-bluebird-promise.agent.prototype.mkactivity (url, fn)

function superagent-bluebird-promise.agent.prototype.mkcalendar (url, fn)

function superagent-bluebird-promise.agent.prototype.mkcol (url, fn)

function superagent-bluebird-promise.agent.prototype.move (url, fn)

function superagent-bluebird-promise.agent.prototype.notify (url, fn)

function superagent-bluebird-promise.agent.prototype.options (url, fn)

function superagent-bluebird-promise.agent.prototype.patch (url, fn)

function superagent-bluebird-promise.agent.prototype.post (url, fn)

function superagent-bluebird-promise.agent.prototype.propfind (url, fn)

function superagent-bluebird-promise.agent.prototype.proppatch (url, fn)

function superagent-bluebird-promise.agent.prototype.purge (url, fn)

function superagent-bluebird-promise.agent.prototype.put (url, fn)

function superagent-bluebird-promise.agent.prototype.rebind (url, fn)

function superagent-bluebird-promise.agent.prototype.report (url, fn)

function superagent-bluebird-promise.agent.prototype.search (url, fn)

function superagent-bluebird-promise.agent.prototype.subscribe (url, fn)

function superagent-bluebird-promise.agent.prototype.trace (url, fn)

function superagent-bluebird-promise.agent.prototype.unbind (url, fn)

function superagent-bluebird-promise.agent.prototype.unlink (url, fn)

function superagent-bluebird-promise.agent.prototype.unlock (url, fn)

function superagent-bluebird-promise.agent.prototype.unsubscribe (url, fn)

module superagent-bluebird-promise.parse

function superagent-bluebird-promise.parse.image (res, fn)

function superagent-bluebird-promise.parse.text (res, fn)

module superagent-bluebird-promise.serialize

[ this document was created with utility2 ]