We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Evaluating Finch as an HTTP Client in Phoenix Applications
259
clicks
Source: reddit.com
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.
Related posts
© HashMerge 2024