Merge pull request 'routes: @route dispatch conversion + latent Bool/String crash fixes (clean re-merge)' (#157) from merge-pr151-v2 into main
Neuron Soul CI / build (push) Has been cancelled
Neuron Soul CI / deploy (push) Has been cancelled

This commit was merged in pull request #157.
This commit is contained in:
2026-08-15 23:46:36 +00:00
2 changed files with 538 additions and 409 deletions
+538 -408
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -12,5 +12,4 @@ extern fn route_synthesize(body: String) -> String
extern fn handle_dharma_recv(body: String) -> String
extern fn connectd_get(suffix: String) -> String
extern fn connectd_post(suffix: String, body: String) -> String
extern fn handle_connectors(method: String, clean: String, body: String) -> String
extern fn handle_request(method: String, path: String, body: String) -> String