Evaluating Finch as an HTTP Client in Phoenix Applications

179
clicks
Evaluating Finch as an HTTP Client in Phoenix Applications

Source: reddit.com

Type: Discussion

The author, skwyckl, considers the use of Finch as the HTTP client in a Phoenix application to avoid additional dependencies. They reference the well-known HTTP client pyramid to understand what it means to use Finch versus other clients like Req. By combining Finch with the stdlib URI module, they believe they can achieve most functionalities without importing another HTTP client library. However, they seek to understand any potential drawbacks to this approach, such as how it might interfere with the normal workings of the Phoenix app.

© HashMerge 2024