HTTP :: assign - Assign HTTP connection object
The function allows assigning a HTTP object from another HTTP handle.
The function is also called when using the assign operator in OSI scripts.
Return value: - internal feature (not documented) ( odaba::utils::HTTP & )
Implementation details
odaba::utils::HTTP &
HTTP  :: assign ( odaba::utils::HTTP &cHTTP )
The function creates a copy for the HTTP handle passed in cHTTP. The reference count for the HTTP object will be increased.
- cHTTP - - internal feature (not documented)