summaryrefslogtreecommitdiff
path: root/lib/Net/HTTP/Spore/Meta/Method.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/HTTP/Spore/Meta/Method.pm')
-rw-r--r--lib/Net/HTTP/Spore/Meta/Method.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Net/HTTP/Spore/Meta/Method.pm b/lib/Net/HTTP/Spore/Meta/Method.pm
index 8a1e0a4..10132ed 100644
--- a/lib/Net/HTTP/Spore/Meta/Method.pm
+++ b/lib/Net/HTTP/Spore/Meta/Method.pm
@@ -76,6 +76,11 @@ has formats => (
isa => ArrayRef [Str],
predicate => 'has_formats',
);
+has headers => (
+ is => 'ro',
+ isa => HashRef [Str],
+ predicate => 'has_headers',
+);
has expected_status => (
traits => ['Array'],
is => 'ro',