Remove the built-in jolt.http-client (the curl shim)
jolt-lang/http-client (clj-http-lite over jolt.ffi) replaces it, the same way ring-janet-adapter replaced the built-in HTTP server. An HTTP client is a library concern — jolt core no longer ships one or shells out to curl. Apps depend on the library; (require '[jolt.http-client]) now resolves to its source. Full gate green.
This commit is contained in:
parent
13aaf74c4b
commit
9a60922d61
2 changed files with 0 additions and 161 deletions
|
|
@ -20,7 +20,6 @@
|
|||
(load "host/chez/seed/image.ss")
|
||||
(load "host/chez/compile-eval.ss")
|
||||
(load "host/chez/png.ss") ; jolt.png — a baked namespace before the snapshot
|
||||
(load "host/chez/http-client.ss") ; jolt.http-client (libcurl)
|
||||
(load "host/chez/loader.ss")
|
||||
;; jolt.ffi host primitives (memory / library loading) load AFTER the loader's
|
||||
;; baked-ns snapshot, so a library's (require '[jolt.ffi]) still loads jolt.ffi's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue