api documentation for busboy (v0.2.14)

A streaming parser for HTML form data for node.js

table of contents

  1. module busboy
    1. function busboy (opts)
    2. function busboy.multipart (boy, cfg)
    3. function busboy.super_ (options)
    4. function busboy.urlencoded (boy, cfg)
    5. object busboy.encoding
    6. object busboy.multipart.prototype
    7. object busboy.urlencoded.prototype
    8. object busboy.utils
  2. module busboy.encoding
    1. function busboy.encoding.TextDecoder (opt_encoding, options)
    2. function busboy.encoding.TextEncoder (opt_encoding, options)
    3. function busboy.encoding.encodingExists (label)
  3. module busboy.multipart
    1. function busboy.multipart (boy, cfg)
    2. object busboy.multipart.detect
  4. module busboy.multipart.prototype
    1. function busboy.multipart.prototype.end ()
    2. function busboy.multipart.prototype.write (chunk, cb)
  5. module busboy.urlencoded
    1. function busboy.urlencoded (boy, cfg)
    2. object busboy.urlencoded.detect
  6. module busboy.urlencoded.prototype
    1. function busboy.urlencoded.prototype.end ()
    2. function busboy.urlencoded.prototype.write (data, cb)
  7. module busboy.utils
    1. function busboy.utils.Decoder ()
    2. function busboy.utils.basename (path)
    3. function busboy.utils.decodeText (text, textEncoding, destEncoding)
    4. function busboy.utils.parseParams (str)

module busboy

function busboy (opts)

function busboy.multipart (boy, cfg)

function busboy.super_ (options)

function busboy.urlencoded (boy, cfg)

module busboy.encoding

function busboy.encoding.TextDecoder (opt_encoding, options)

function busboy.encoding.TextEncoder (opt_encoding, options)

function busboy.encoding.encodingExists (label)

module busboy.multipart

function busboy.multipart (boy, cfg)

module busboy.multipart.prototype

function busboy.multipart.prototype.end ()

function busboy.multipart.prototype.write (chunk, cb)

module busboy.urlencoded

function busboy.urlencoded (boy, cfg)

module busboy.urlencoded.prototype

function busboy.urlencoded.prototype.end ()

function busboy.urlencoded.prototype.write (data, cb)

module busboy.utils

function busboy.utils.Decoder ()

function busboy.utils.basename (path)

function busboy.utils.decodeText (text, textEncoding, destEncoding)

function busboy.utils.parseParams (str)

[ this document was created with utility2 ]