CaddyServer.Downloader (CaddyServer v0.2.0)

CaddyServer Downloader Program

Link to this section Summary

Functions

Return if auto download is enabled.

Download caddy from Github

Link to this section Functions

Return if auto download is enabled.

examples

Examples

iex> CaddyServer.Downloader.auto?()
false

Download caddy from Github

https://github.com/caddyserver/caddy/releases

examples

Examples

iex> CaddyServer.Downloader.download()
0
Link to this function

downloaded_bin()