company logo

HTTP :: HTTP - Constructor

Creates an HTTP object handle.

Implementation overview

Implementation details

  1. Creates an empty HTTP object
    HTTP  :: HTTP ( bool bVerbose )

    The constructor creates an HTTP object handle referring to an empty HTTP object. In order to create submit messages, bVerbose may be set to true.

    • bVerbose - - internal feature (not documented)
  2. to list
  3. Creates an empty HTTP object
    HTTP  :: HTTP (  )

    The constructor creates an HTTP object handle referring to an empty HTTP object.

  4. to list