Open veer66 opened 4 years ago
According to README:
(let [progress-channel (async/chan)] (http/post "http://example.com" {:multipart-params [["key1" "value1"] ["my-file" my-file]] :progress progress-chan}))
:progress progress-chan should be :progress progress-channel, shouldn't it?
According to README:
:progress progress-chan should be :progress progress-channel, shouldn't it?