Elixir-HttpBuilder
Elixir-HttpBuilder copied to clipboard
A DSL for building chainable, composable HTTP requests. API structure taken from the lovely elm-http-builder
Results
2
Elixir-HttpBuilder issues
Sort by
recently updated
recently updated
newest added
First, I really like the design of this: feels idiomatic, extensible, and explicit. Anyway, I added this with_basic_auth() in my own client code at first, but thought it would be...
HTTPotion and HTTPoison both wrap responses in similar structs. Considering an (optional?) struct for mapping responses, using the existing structure. This seems like it'd work well for when you want...
enhancement
help wanted