ExMicrosoftAzureStorage.Storage.RestClient.head-exclamation-mark

You're seeing just the function head-exclamation-mark, go back to ExMicrosoftAzureStorage.Storage.RestClient module for more information.
Link to this function

head!(client, url, opts)

View Source

Specs

Perform a HEAD request.

See request!/1 or request!/2 for options definition.

head!("/users")
head!("/users", query: [scope: "admin"])
head!(client, "/users")
head!(client, "/users", query: [scope: "admin"])
head!(client, "/users", body: %{name: "Jon"})