The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
https://github.com/amaltsev/XAO-Web
-----------------------------------

commit 88febab5e2a7b1a1b1ae8f31dd3fd8817a9e7ddf
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Sep 9 16:15:38 2020 -0700

    README update

commit 26e3d50176a1362bb5760858f5e2ccd367a219a8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Aug 31 14:29:48 2020 -0700

    Minor POD update, linked to Apache::XAO and Plack modules

commit 550acb723c1b9fb4976518fc67c2eae7867cde1d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Aug 26 16:15:47 2020 -0700

    1.83 Added a missing MANIFEST entry
    
    Requires a version bump :(

commit 4a2b0169814ddb4322902459aa633bdb87db2947
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Aug 26 15:24:55 2020 -0700

    1.82 Support for samesite and sscompat in cookies
    
    Setting SameSite and optionally a compatibility setting for browsers
    that have not caught up yet. Can be set in a global configuration or for
    specific cookies.

commit e10b79ed77c610040da91d83f93b0431772173b8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Jul 20 19:13:39 2020 -0700

    v1.81 Test case fix for XAO::Base 1.27
    
    Single quote is now encoded differently.

commit 7ff480a0dff0e32dcbbfaf5539548ab9647b278d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Feb 11 19:04:24 2020 -0800

    Better format for benchmark dprint() output
    
    Easier to read when it forms columns and the total is first.

commit 95bd15cafb168eb85f45fdc37bb5dab88be7da21
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Jan 13 15:19:08 2020 -0800

    POD warning fixes
    
    Thanks to @manwar for the tip.

commit b57ea22655c9696f55e3215a4d3d67916f0ddfd2
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Jan 9 17:16:33 2020 -0800

    v1.80 Added /xao/page/default_https configuration
    
    Allows to set the default for HTTPS URLs for scripts.

commit 26cc745be6b38599874aedccef25e961f37b7ef8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Dec 23 18:22:30 2019 -0800

    1.79 Default parameters configuration for cookies
    
    Allows to easily set 'httpOnly' or 'secure' site-wide in the
    configuration instead of setting on individual cookies. Then can be
    overrided as needed for specific cookies in the config or when calling
    add_cookie().

commit 85732ce2e933246e6ed58f69401d0be1f3fd5e7c
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Nov 20 12:50:27 2019 -0800

    1.78 Allowed for removing of headers set earlier