native

ezhttp_option_set_proxy

Syntax

native ezhttp_option_set_proxy(EzHttpOptions:options_id, const proxy_url[]);

Description

Sets a proxy for the HTTP request.

Parameters

options_id Options identifier created via ezhttp_create_options().
proxy_url The URL of the proxy.

Return

This function has no return value.