toastdriven / itty3

The itty-bitty Python web framework... **Now Rewritten For Python 3!**
https://itty3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Add Cookie Support #1

Closed toastdriven closed 4 years ago

toastdriven commented 5 years ago

Problem

The original itty featured cookie support & it's repetitive/semi-painful code to have to write yourself. Ideally, itty3 should support it as well.

Setup

Python version: 3.7.4 itty3 version (itty3.get_version(full=True)): 1.0.0-alpha-2 OS: All Any other libraries/setup: N/A

toastdriven commented 4 years ago

Added in SHA: 4b48a2d

Documentation pending.