_Note_: `sys-args` is populated with the arguments run at the command line, similar to C's `argv`
`sys-args` is populated with the arguments run at the command line, similar to C's `argv`
`stdin`, `stdout`, and `stderr` are set at runtime to an open IOHandle representing each IO file. This makes it easy to read or write to any of them the same as you would any other file (by passing the IOHandle to the reader/writer).
_Note_: For the time being, `net-conn` can be used to make most requests. At the moment the tls settings are not particularly secure and I am looking into ways to allow for more granular customization of both the timeout and the tls without weighing down the function or introducing more types.
@ -384,6 +387,7 @@ _Note_: For the time being, `net-conn` can be used to make most requests. At the