Fork me on GitHub
#aleph
<
2017-07-09
>
lvh00:07:13

How does cookie support for aleph work? It looks like the answer might be “not at all” — there used to be support, sorta, but it apparently got removed? https://github.com/muhuk/aleph-middleware/blob/master/src/aleph/middleware/cookies.clj looks like it’s for servers

danielcompton22:07:17

@lvh are you looking for cookie support for clients or servers?

danielcompton22:07:33

It looks like the client also supports middleware, https://github.com/ztellman/aleph/blob/master/src/aleph/http/client_middleware.clj, so you can probably add something yourself. From https://github.com/ztellman/aleph/blob/8dd2e7a7a6ac07b8a79809c6ef4ffb5f960be02d/README.md#http > While Aleph attempts to mimic the clj-http API and capabilities fully, it does not currently support multipart requests, cookie stores, or proxy servers.