Add example output to my `scgi-test.py` example.
authorW. Trevor King <wking@drexel.edu>
Tue, 21 Feb 2012 15:59:17 +0000 (10:59 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 21 Feb 2012 15:59:17 +0000 (10:59 -0500)
posts/SCGI.mdwn

index 7859b081d718963b64351c202d3c20451fc6c559..bb70910d374e3f5e826c14c48d79a9a86980e1e4 100644 (file)
@@ -41,6 +41,11 @@ I've written up a little script to test your SCGI server from the
 command line: [[scgi-test.py]]:
 
     $ scgi-test.py /your/uri/
+    Status: 200 OK
+    Content-type: text/html; charset=UTF-8
+    
+    <!DOCTYPE html>
+    …
 
 Configuring your frontend webserver to point to the SCGI server is
 beyond the scope of this post.  I give an [[Nginx example|Nginx]] in