hex_http.request

You're seeing just the function request, go back to hex_http module for more information.
Link to this function

request(Config, Method, URI, Headers, Body)

View Source

Specs

request(hex_core:config(), method(), URI :: binary(), headers(), body()) ->
           {ok, {status(), headers(), binary()}} | {error, term()}.