swelham / ivar

Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests.
MIT License
16 stars 2 forks source link

Hackney Adapter #9

Open swelham opened 6 years ago

swelham commented 6 years ago

Reminder to take a look at adding an adapter for using hackney directly from ivar.

jjl commented 6 years ago

We can reuse much of the code from the httpoison adapter, because it just passes a lot of stuff straight through to hackney as-is

swelham commented 6 years ago

Yes I was hoping that might be the case, I just haven't had much chance to look into it yet. I'm currently working on an HTTP/2 adapter using ace.

jjl commented 6 years ago

Yeah I saw your note. I've got some changes to make to the httpoison adapter for the multipart stuff we discussed when i get through with this current release (which is using httpoison for the bits we need multipart for at the minute).

swelham commented 6 years ago

Ok that's cool, thanks.