Req.build
You're seeing just the function
build
, go back to Req module for more information.
Builds a request pipeline.
Options
:header
- 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.