Skip to content

Conversation

@CrowdHailer
Copy link

I have fixed just the options I have a requirement for. We are using this API in our system.

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An API would need to be designed that suits Gleam, the Erlang API cannot be replicated.

I believe HTTPC has these options already btw? Could use that.

@CrowdHailer
Copy link
Author

httpc is crashing processes for us when we send in too many requests, so we are moving away from it.
We also noted that the Elixir community prefers not to use httpc as it doesn't seem to get the love it needs to be a robust solution

@lpil
Copy link
Member

lpil commented Nov 20, 2025

httpc is crashing processes for us when we send in too many requests,

Could you share the errors? Interested to see what the problem is.

We also noted that the Elixir community prefers not to use httpc as it doesn't seem to get the love it needs to be a robust solution

They don't use it because they were established before OTP27, which is when it got automatic TLS verification. They don't prefer Hackney either!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants