• Callback will be called when a HTTP response response is received from the HTTP socket.

    Parameters

    • fd: number

      The socket handle.

    • func: LibertasNetHttpCallback

      The callback function.

    • Optional tag: any

      Optional developer supplied value. The same value will be passed to the tag argument of callback function.

      Optional

    Returns void

Generated using TypeDoc