Provides HTTP and file helpers for remote task cache entries.
Consts
RemoteCacheDir = ".bau/cache"
- Project-relative directory used for remote task cache entries.
Procs
proc fetchRemoteTask(url: string): string {....raises: [OSError, IOError, ValueError, HttpRequestError, LibraryError, Exception, OSError, SslError, IOError, TimeoutError, ProtocolError, KeyError], tags: [ReadEnvEffect, ReadIOEffect, WriteDirEffect, ReadDirEffect, RootEffect, WriteIOEffect, TimeEffect], forbids: [].}
- Fetch and locally cache the content of a remote task URL.