diff options
Diffstat (limited to 'tests/testweb/secrets/spiffy-access')
-rw-r--r-- | tests/testweb/secrets/spiffy-access | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testweb/secrets/spiffy-access b/tests/testweb/secrets/spiffy-access new file mode 100644 index 0000000..bd6e4e8 --- /dev/null +++ b/tests/testweb/secrets/spiffy-access @@ -0,0 +1,5 @@ +(lambda (continue) + (with-headers `((content-length ,(string-length noway))) + (lambda () + (write-logged-response) + (display noway (response-port (current-response))))))
\ No newline at end of file |