Skip to content

Commit

Permalink
Add $!max-age
Browse files Browse the repository at this point in the history
Fixes #390
  • Loading branch information
coke committed Oct 24, 2024
1 parent 2104e7f commit 766e60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Whateverable/Webhooks.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ unit module Whateverable::Webhooks;

class StrictTransportSecurity does Cro::Transform {
has Str:D $.secret is required;
has $!max-age;

method consumes() { Cro::TCP::Message }
method produces() { Cro::TCP::Message }
Expand Down

0 comments on commit 766e60b

Please sign in to comment.