observe_url_fetch_options/2

Determine the URL fetch options for fetching the content of an URL. Used by z_fetch.erl.

Type:

first

Return:

z_url_fetch:options()

#url_fetch_options{} properties:

  • method: get|post|put|delete

  • host: binary

  • url: binary

  • options: z_url_fetch:options()

Edit on GitHub