VortexHttpSetup * vortex_http_setup_new ( VortexCtx ctx  ) 

Allows to create a VortexHttpSetup object which is used to configure the HTTP CONNECT implementation.

Parameters:
ctx The vortex context to associate. This parameter can't be NULL.
Returns:
A newly created reference to VortexHttpSetup. Use vortex_http_setup_unref to terminate it. Use vortex_http_setup_conf to setup required values.