Skip to content

Instantly share code, notes, and snippets.

@vovazolotoy
vovazolotoy / example.py
Created December 15, 2017 14:32
APIStar Cookie Sessions
import contextlib
import typing
import json
import os
from werkzeug.http import dump_cookie, parse_cookie
from apistar import http
from apistar.interfaces import SessionStore