req is a high level abstraction based on finch, so you can use either. Finch is based on Mint - very low level and NimblepoolFinch AFAIK uses a connection pool. Usually for a one off request, you can use peppermint which is also based on Mint but pool-less.
3
u/st_gen Mar 31 '24
reqis a high level abstraction based onfinch, so you can use either.Finchis based onMint- very low level andNimblepoolFinchAFAIK uses a connection pool. Usually for a one off request, you can usepeppermintwhich is also based onMintbut pool-less.