summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-10 16:28:49 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-10 16:28:49 +0000
commit7b8250053bc9fa05cccaf146e96a28ad5333923f (patch)
tree29be4fc64ee27cbc5c2eb9a2083218b244edaed8 /doc
parent251cb4cfed42c8084d3032bf1a0f8e9cb9b44aac (diff)
Document the change.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_server.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 5a0a11d4f0..d53b30fccb 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -39,6 +39,7 @@ B<openssl> B<s_server>
[B<-hack>]
[B<-www>]
[B<-WWW>]
+[B<-HTTP>]
[B<-engine id>]
[B<-rand file(s)>]
@@ -188,6 +189,14 @@ emulates a simple web server. Pages will be resolved relative to the
current directory, for example if the URL https://myhost/page.html is
requested the file ./page.html will be loaded.
+=item B<-HTTP>
+
+emulates a simple web server. Pages will be resolved relative to the
+current directory, for example if the URL https://myhost/page.html is
+requested the file ./page.html will be loaded. The files loaded are
+assumed to contain a complete and correct HTTP response (lines that
+are part of the HTTP response line and headers must end wih CRLF).
+
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<s_server>