TODO.md 920B

TODO:

Update

  • htlogr.pm according to htlogr.py

Finish

  • autotest.pl: do not ignore STDERR

  • mksheet.pl

    • htlogr: implement severities
    • htlogr: straighten up parameters

Document

  • usage of mksheet.pl

Test

  • htlogr->data()

  • htlogr->data() and mksheet.pl

Create

  • get_back

    1. open a TCP port
    2. agree with server to have it connect back to you in, say, 5 sec
    3. wait and see
  • htquery

    $ htquery --foo=bar --joe=one --joe=two  www.example.org/some.cgi
    

    is roughly equivalent to

    $ curl http://www.example.org/some.cgi?foo=bar&joe=one&bar=two
    

    plus some settings in .htquery like:

    [host]
        hostname=www.example.org
        port=80
        proto=https
    
    [curlopts]
        opt=--verbose
    
    [params]
        param=format=html
        param=debug=1