buildbox-2.1.2.3: Rehackable components for writing buildbots and test harnesses.

Safe HaskellNone

BuildBox.Command.Network

Description

Working with the network.

Documentation

data PropNetwork Source

Constructors

HostReachable HostName

The given host is reachable with ping.

UrlGettable URL

Use wget to check if a web-page is gettable. The page is deleted after downloading.