Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/io/httpParse.js

  • Provides:

    • dojox.io.httpParse
  • dojox.io.httpParse

    • parameters:
      • httpStream: (typeof String)
        HTTP stream to parse
      • topHeaders: (typeof String)
        Extra header information to add to each HTTP request (kind of HTTP inheritance)
      • partial: (typeof Boolean)
        A true value indicates that the stream may not be finished, it may end arbitrarily in mid stream.
        The last XHR object will have a special property _lastIndex that indicates the how far along
        the httpStream could be successfully parsed into HTTP messages.
        return:
        Returns an array of XHR-like object for reading the headers for each message
    • returns
      the content is not finished
    • summary
      Parses an HTTP stream for a message.
    • type
      Function
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object