]> Repositorios git - scryer-prolog.git/commit
allow to stop and start http server at will with SIGINT, stop the server on uncaught...
authorDanil Platonov <[email protected]>
Sat, 30 May 2026 22:47:50 +0000 (15:47 -0700)
committerDanil Platonov <[email protected]>
Sat, 30 May 2026 22:47:50 +0000 (15:47 -0700)
commitf8f7b3b7e2c8e38e4fbad96376eeffe6271d2222
tree37f835b6fcb8cb261f7211ab3642fa3302e5d8d0
parent8b6d68a4cdf713dc1dc1dc20f58c19061aef30ae
allow to stop and start http server at will with SIGINT, stop the server on uncaught throws, display timing info for each request, use setup_call_cleanup in more places to avoid potential leaks, when handler for a path doesn't have a matching case, throw a detailed error instead of silently continuing
build/instructions_template.rs
src/http.rs
src/instructions.rs
src/lib/http/http_server.pl
src/machine/dispatch.rs
src/machine/system_calls.rs