Req.request
You're seeing just the function
request
, go back to Req module for more information.
Makes an HTTP request.
Options
:headers
- request headers, defaults to[]
:body
- request body, defaults to""
:finch
- Finch pool to use, defaults toReq.Finch
which is automatically started by the application. SeeFinch
module documentation for more information on starting pools.:finch_options
- Options passed down to Finch when making the request, defaults to[]
. SeeFinch.request/3
for more information.
The options
are passed down to prepend_default_steps/2
, see its documentation for more
information how they are being used.