* LightOptionParser will only make one pass through the arguments array.
* Make LOP support multiple instances of an option (-i in1 -i in2)
* Make LOP support indeterminate option argument lengths
(using arguments: "variable" in the definition).
* Add unit tests for LightOptionParser and a testing phase during the `package`
build target.
* Default port is no 80.
* Support for HTTP Basic Authentication.
* Support for HTTPS.
* Support for Content-Type. Defaults to "applicaion/json" but also supports
passing a map to be encoded as "application/x-www-form-urlencoded".