hex_http.request
You're seeing just the function
request
, go back to hex_http module for more information.
Specs
request(hex_core:config(), method(), URI :: binary(), headers(), body()) -> {ok, {status(), headers(), binary()}} | {error, term()}.