Name
easy:SetOpt_CURLU -- URL in URL handle format (V2.0)
Synopsis
easy:SetOpt_CURLU(handle)
Function
Pass a URL handle created by hurl.URL(). Setting #CURLOPT_CURLU will explicitly override #CURLOPT_URL.

#CURLOPT_URL or #CURLOPT_CURLU must be get before a transfer is started.

libcurl will use this handle and its contents read-only and will not change its contents. An application can update the contents of the URL handle after a transfer is done and if the same handle is then used in a subsequent request the updated contents will then be used.

Inputs
handle
input value

Show TOC