Keep track of cookies across requests.
commit67d4c43a076083b28901b206b14cf8646719c8f5
authorBoyd Stephen Smith Jr <bss@iguanasuicide.net>
Sun, 16 Mar 2014 22:37:29 +0000 (16 17:37 -0500)
committerBoyd Stephen Smith Jr <bss@iguanasuicide.net>
Sun, 16 Mar 2014 22:37:29 +0000 (16 17:37 -0500)
tree8a504a7ef6ab17663a35c78db63ffce00ee9e9f8
parent3d66412eae85525694ed185a3b46e761c65857e4
Keep track of cookies across requests.

This is accomplished by adding a StateT layer to our monad, requiring
the user to provide an initial cookie jar and separating eval/run/exec.
For convenience our default evaluation strategy now passes as empty
cookie jar.  We also provide a default run strategy that allows the user
to access the cookies accumulated across all requests.
src/Cryptsy/API/Public.hs
src/Cryptsy/API/Public/Internal.hs
src/Cryptsy/API/Public/Types/Monad.hs