Sms77.HTTPClient.options

You're seeing just the function options, go back to Sms77.HTTPClient module for more information.
Link to this function

options(url, headers \\ [], options \\ [])

View Source

Specs

Issues an OPTIONS request to the given url.

Returns {:ok, response} if the request is successful, {:error, reason} otherwise.

See request/5 for more detailed information.