Skip to content

Support cookie injection into request handler #24

Description

@Folyd
get /hello {
    // access syntax: cookie.field or cookie["field"]
    let xyz = cookie.xyz;

    return f"cookie: xyz={xyz}";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerswebAIScript web framework and runtime

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions