summaryrefslogtreecommitdiff
path: root/lib/Net/HTTP
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/HTTP')
-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 54967e9..b546d74 100644
--- a/lib/Net/HTTP/Spore/Meta/Method.pm
+++ b/lib/Net/HTTP/Spore/Meta/Method.pm
@@ -68,6 +68,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',