Minimal HTTP fetch helpers with connect/read timeouts.
java.net.URL/openStream has no timeouts, so a stalled transfer
(e.g. the ECB rates endpoint freezing mid-download) blocks the calling
thread forever. Every network fetch in ecbjure goes through here instead.
Minimal HTTP fetch helpers with connect/read timeouts. `java.net.URL/openStream` has no timeouts, so a stalled transfer (e.g. the ECB rates endpoint freezing mid-download) blocks the calling thread forever. Every network fetch in ecbjure goes through here instead.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |