diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-17 17:56:28 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-17 17:56:28 +0200 |
| commit | d7de75abd7a25a848cc75a1997ca1884cb336d30 (patch) | |
| tree | cad84ea70049ee27a3169c5cb92d1c73b3a0ca8b | |
| parent | update specification for the description (diff) | |
| download | spore-specifications-d7de75abd7a25a848cc75a1997ca1884cb336d30.tar.gz | |
remove max_redirect, add expected_status
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 |
