elm-lang / cookie

Would it be better to use the Set-Cookie header?
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Make it compile under 0.17.1. Add "get" method to read cookies. #6

Open mickeyh opened 8 years ago

mickeyh commented 8 years ago

This PR adds enough to be able to support the use case described in https://github.com/elm-lang/cookie/issues/3. In particular is supports reading cookies using a get function.