Markus Mühle

Results 3 issues of Markus Mühle

### Environment * Elixir & Erlang/OTP versions (`elixir --version`): ``` Erlang/OTP 23 [erts-11.1.4] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [hipe] Elixir 1.11.3 (compiled with Erlang/OTP 21) ``` * Operating system: macOS...

Example code using hackney `1.12.1`: ``` application:ensure_all_started(hackney). Method = post, URL = , Headers = [ {, } ], Payload = , Options = [], {ok, StatusCode, RespHeaders, ClientRef} =...