api documentation for autocannon (v0.16.5)

Fast HTTP benchmarking tool written in Node.js

table of contents

  1. module autocannon
    1. function autocannon (opts, cb)
    2. function autocannon.httpClient (opts)
    3. function autocannon.parseArguments (argvs)
    4. function autocannon.requestIterator (requests, defaults)
    5. function autocannon.run (opts, cb)
    6. function autocannon.start (argv)
    7. function autocannon.track (instance, opts)
    8. object autocannon.httpClient.prototype
    9. object autocannon.requestIterator.prototype
  2. module autocannon.httpClient
    1. function autocannon.httpClient (opts)
    2. function autocannon.httpClient.super_ ()
  3. module autocannon.httpClient.prototype
    1. function autocannon.httpClient.prototype._connect ()
    2. function autocannon.httpClient.prototype._destroyConnection ()
    3. function autocannon.httpClient.prototype._doRequest (rpi)
    4. function autocannon.httpClient.prototype._okayToUpdateCheck ()
    5. function autocannon.httpClient.prototype._resetConnection ()
    6. function autocannon.httpClient.prototype.destroy ()
    7. function autocannon.httpClient.prototype.getRequestBuffer (newHeaders)
    8. function autocannon.httpClient.prototype.setBody (newBody)
    9. function autocannon.httpClient.prototype.setHeaders (newHeaders)
    10. function autocannon.httpClient.prototype.setHeadersAndBody (newHeaders, newBody)
    11. function autocannon.httpClient.prototype.setRequest (newRequest)
    12. function autocannon.httpClient.prototype.setRequests (newRequests)
  4. module autocannon.requestIterator
    1. function autocannon.requestIterator (requests, defaults)
    2. function autocannon.requestIterator.super_ ()
  5. module autocannon.requestIterator.prototype
    1. function autocannon.requestIterator.prototype.move ()
    2. function autocannon.requestIterator.prototype.nextRequest ()
    3. function autocannon.requestIterator.prototype.nextRequestBuffer ()
    4. function autocannon.requestIterator.prototype.rebuildRequest ()
    5. function autocannon.requestIterator.prototype.rebuildRequests ()
    6. function autocannon.requestIterator.prototype.setBody (newBody)
    7. function autocannon.requestIterator.prototype.setHeaders (newHeaders)
    8. function autocannon.requestIterator.prototype.setHeadersAndBody (newHeaders, newBody)
    9. function autocannon.requestIterator.prototype.setRequest (newRequest)
    10. function autocannon.requestIterator.prototype.setRequests (newRequests)
  6. module autocannon.run
    1. function autocannon.run (opts, cb)
    2. function autocannon.run.parseArguments (argvs)
    3. function autocannon.run.start (argv)
    4. function autocannon.run.track (instance, opts)

module autocannon

function autocannon (opts, cb)

function autocannon.httpClient (opts)

function autocannon.parseArguments (argvs)

function autocannon.requestIterator (requests, defaults)

function autocannon.run (opts, cb)

function autocannon.start (argv)

function autocannon.track (instance, opts)

module autocannon.httpClient

function autocannon.httpClient (opts)

function autocannon.httpClient.super_ ()

module autocannon.httpClient.prototype

function autocannon.httpClient.prototype._connect ()

function autocannon.httpClient.prototype._destroyConnection ()

function autocannon.httpClient.prototype._doRequest (rpi)

function autocannon.httpClient.prototype._okayToUpdateCheck ()

function autocannon.httpClient.prototype._resetConnection ()

function autocannon.httpClient.prototype.destroy ()

function autocannon.httpClient.prototype.getRequestBuffer (newHeaders)

function autocannon.httpClient.prototype.setBody (newBody)

function autocannon.httpClient.prototype.setHeaders (newHeaders)

function autocannon.httpClient.prototype.setHeadersAndBody (newHeaders, newBody)

function autocannon.httpClient.prototype.setRequest (newRequest)

function autocannon.httpClient.prototype.setRequests (newRequests)

module autocannon.requestIterator

function autocannon.requestIterator (requests, defaults)

function autocannon.requestIterator.super_ ()

module autocannon.requestIterator.prototype

function autocannon.requestIterator.prototype.move ()

function autocannon.requestIterator.prototype.nextRequest ()

function autocannon.requestIterator.prototype.nextRequestBuffer ()

function autocannon.requestIterator.prototype.rebuildRequest ()

function autocannon.requestIterator.prototype.rebuildRequests ()

function autocannon.requestIterator.prototype.setBody (newBody)

function autocannon.requestIterator.prototype.setHeaders (newHeaders)

function autocannon.requestIterator.prototype.setHeadersAndBody (newHeaders, newBody)

function autocannon.requestIterator.prototype.setRequest (newRequest)

function autocannon.requestIterator.prototype.setRequests (newRequests)

module autocannon.run

function autocannon.run (opts, cb)

function autocannon.run.parseArguments (argvs)

function autocannon.run.start (argv)

function autocannon.run.track (instance, opts)

[ this document was created with utility2 ]