Skip to content

req.queryString: expose query string from http requests#100

Merged
cs01 merged 1 commit intomainfrom
feature/query-string
Mar 6, 2026
Merged

req.queryString: expose query string from http requests#100
cs01 merged 1 commit intomainfrom
feature/query-string

Conversation

@cs01
Copy link
Owner

@cs01 cs01 commented Mar 6, 2026

lws-bridge splits path at '?' into path_str and query_string_str; lws_bridge_request gets query_string field; llvm struct updated to 7 fields; HttpRequest builtin iface gains queryString at index 6; RouterRequest propagates it; chadscript.d.ts updated; test fixture + test file added

lws-bridge splits path at '?' into path_str and query_string_str; lws_bridge_request gets query_string field; llvm struct updated to 7 fields; HttpRequest builtin iface gains queryString at index 6; RouterRequest propagates it; chadscript.d.ts updated; test fixture + test file added
@cs01 cs01 merged commit 28f0ab3 into main Mar 6, 2026
12 checks passed
@cs01 cs01 deleted the feature/query-string branch March 6, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant