summaryrefslogtreecommitdiff
path: root/spec/spore_impl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spore_impl.pod')
-rw-r--r--spec/spore_impl.pod21
1 files changed, 13 insertions, 8 deletions
diff --git a/spec/spore_impl.pod b/spec/spore_impl.pod
index 3e8aa69..1e1ee3e 100644
--- a/spec/spore_impl.pod
+++ b/spec/spore_impl.pod
@@ -163,13 +163,6 @@ required.
=item *
-C<SERVER_PROTOCOL>: The version of the protocol the client used to
-send the request. Typically this will be something like "HTTP/1.0" or
-"HTTP/1.1" and may be used by the middlewares to determine how to
-treat any HTTP request headers.
-
-=item *
-
C<QUERY_STRING>: The portion of the request URL that follows the ?, if
any. May be empty, but is always required. It will always be empty
before the request is actually made and sent.
@@ -237,10 +230,22 @@ I'd like to thank authors of these great documents.
=head1 AUTHOR
-XXX
+=over 4
+
+=item franck cuny
+
+=item nils grunwald
+
+=back
=head1 CONTRIBUTORS
+=over 4
+
+=item damien "bl0b" leroux
+
+=back
+
=head1 COPYRIGHT AND LICENSE
Copyright XXX, 2010.