Skip to content

Commit 766e60b

Browse files
committed
Add $!max-age
Fixes #390
1 parent 2104e7f commit 766e60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Whateverable/Webhooks.pm6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ unit module Whateverable::Webhooks;
2525

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

2930
method consumes() { Cro::TCP::Message }
3031
method produces() { Cro::TCP::Message }

0 commit comments

Comments
 (0)