8000 Support `cookie` injection into request handler · Issue #24 · aiscriptdev/aiscript · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support cookie injection into request handler #24
Open
@Folyd

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

      0