diff options
Diffstat (limited to 'spore_implementation.pod')
| -rw-r--r-- | spore_implementation.pod | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/spore_implementation.pod b/spore_implementation.pod index acd9f6d..ffd68b8 100644 --- a/spore_implementation.pod +++ b/spore_implementation.pod @@ -39,8 +39,8 @@ create a programmatic interface in the target system. A I<Middleware> is Spore component that is added to the workflow of the I<Client implementation> to modify the I<Requests> and -I<responses> sent and received. It can also shortcircuit the rest of -the workflow if needed. It can be thought of a plugin to extend Spore. +I<responses> sent and received. It can also shortcut the rest of +the workflow if needed. It can be thought of as a plugin to extend Spore. =item Request @@ -183,6 +183,16 @@ 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. + +=item * + C<spore.scheme>: The scheme of the url. =back |
