Benoit Chesneau
Benoit Chesneau
You can post with a property list. Just pass th body `{form, Props}` where each Key, Values are binaries. That should be enough :)
For a file, use the tuple `{file, Path}`, looks at the reference doc for more options (make edoc). On Thu 3 Oct 2019 at 13:16, npkhoa2197 wrote: > Thanks @benoitc...
which headers are we talking about?
right now it's not posible. Some headers are added while performing the request: https://github.com/benoitc/hackney/blob/master/src/hackney_request.erl#L37-L61 But an option can be added to only use user headers if needed. I would accept...
@awetzel Thanks for the ticket and the description of the issue it helps :) I had a look at the [simple happy eyeballs strategy](https://tools.ietf.org/html/rfc6555#section-6) and it seems pretty easy to...
@telmich there is a work in progress that should land soon with the new pool.
I see curl use "/" as a way to fix relative locations and step back for "page". Interresting. I may have a fix for it ready for the next release...
https://docs.libp2p.io/concepts/peer-id/ https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md i may not understand what is a peer id in this case though. basically i would like to be able tro manage an object that has its own...
@seancribbs actually it does handle websockets :-) At least partially: https://github.com/mochi/mochiweb/blob/master/src/mochiweb_websocket.erl In any case can we mix simple usages of mochiweb with webmachine? I am not sure the dispatch group...
@ignatov mmm ok , does it means it won't find the apps though ? :)