summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Grunwald <nils@grunwald.fr>2010-10-13 01:30:24 +0200
committerNils Grunwald <nils@grunwald.fr>2010-10-13 01:30:24 +0200
commit52ee9e20212c62736fb1a3bda561fea3b14e43fc (patch)
tree4b3ebfe0fa197536d4fcae9438e3c4c508b26777
parentadded enabled_if (diff)
downloadspore-specifications-52ee9e20212c62736fb1a3bda561fea3b14e43fc.tar.gz
added max_redirect and redirections in the env
-rw-r--r--spore_implementation.pod14
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