diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-loaded/httpServer.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/working-loaded/httpServer.test b/examples/working-loaded/httpServer.test index 47ff274..781364c 100644 --- a/examples/working-loaded/httpServer.test +++ b/examples/working-loaded/httpServer.test @@ -9,6 +9,9 @@ net .alg .httpServer "+" via } { :url "/test" eq } { "<html><body>Test!</body></html>" "text/html" :ok + } { :url "/post" eq } { + "<html><body>" :body "</body></html>" cat cat + "text/html" :ok } ] conds } +request |
