Skip to content

Commit

Permalink
Merge pull request #393 from Raku/coke/max-age
Browse files Browse the repository at this point in the history
Add $!max-age
  • Loading branch information
ab5tract authored Oct 24, 2024
2 parents 2104e7f + 766e60b commit 0b9b6a5
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 0b9b6a5

Please sign in to comment.