aleph

lvh 2017-07-09T00:03:13.622928Z

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

danielcompton 2017-07-09T22:26:17.761624Z

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

lvh 2017-07-09T22:26:41.763340Z

clients

danielcompton 2017-07-09T22:59:33.913755Z

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.