Merge pull request 'routes: @route dispatch conversion + latent Bool/String crash fixes (clean re-merge)' (#157) from merge-pr151-v2 into main
This commit was merged in pull request #157.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user