daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
779 stars 80 forks source link

Cookie Management #117

Closed daurnimator closed 5 years ago

daurnimator commented 5 years ago

Fixes #6 Closes #79

I took a few pieces out of #79, but the initial version of this is based on code I wrote on a plane in January 2017. It tries to keep close to RFC 6265. The later revisions are cribbing from https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02

Brings in two new dependencies: lua-psl and binaryheap

daurnimator commented 5 years ago

Need to add libpsl to travis-ci.

daurnimator commented 5 years ago

Add :next_clean() method?

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-1.03%) to 86.863% when pulling 23af6d118ad4bdc43c1b9fb16fe95191b6157124 on cookies into 921e04d4a576dd3c31234513565c110cfdf5d022 on master.