diff options
Diffstat (limited to '')
| -rw-r--r-- | spore_implementation.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/spore_implementation.pod b/spore_implementation.pod index ffd68b8..a329c19 100644 --- a/spore_implementation.pod +++ b/spore_implementation.pod @@ -183,11 +183,6 @@ B<MUST> always be present. =item * -C<spore.max_redirect>: The maximum number of redirection to follow before -failing the request. - -=item * - C<spore.redirections>: An ordered list of all the intermediate urls that were tried by the fetcher. @@ -195,6 +190,10 @@ were tried by the fetcher. C<spore.scheme>: The scheme of the url. +=item * + +C<spore.expected_status>: The list of expected HTTP status for this request in the response. + =back =head1 CHANGELOGS |
