FindSiteIcon.Util.HTTPUtils.post-exclamation-mark

You're seeing just the function post-exclamation-mark, go back to FindSiteIcon.Util.HTTPUtils module for more information.
Link to this function

post!(client, url, body, opts)

View Source

Specs

Perform a POST request.

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

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