Skip to content

Commit a76cc6a

Browse files
committed
Update README file to mention support for multipart, cookie stores and proxy
1 parent d476597 commit a76cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For HTTP client requests, Aleph models itself after [clj-http](https://github.co
4141
prn)
4242
```
4343

44-
While Aleph attempts to mimic the clj-http API and capabilities fully, it does not currently support multipart requests, cookie stores, or proxy servers. To learn more, [read the example code](http://aleph.io/examples/literate.html#aleph.examples.http).
44+
Aleph attempts to mimic the clj-http API and capabilities fully. It does support multipart requests, cookie stores and proxy servers, but API for those features differs slightly from `clj-http` version due to the difference in underlying implementations. To learn more, [read the example code](http://aleph.io/examples/literate.html#aleph.examples.http).
4545

4646
### WebSockets
4747

0 commit comments

Comments
 (0)