diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-02 18:47:45 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-02 18:47:45 -0400 |
commit | f2d9a1cc27474a497818fc6143a3f1f4e6fcef40 (patch) | |
tree | 0ec593a35e2498a359824d8fe5b6f84c1bfc4120 /README.md | |
parent | reaname (diff) | |
download | bashttp-f2d9a1cc27474a497818fc6143a3f1f4e6fcef40.tar.gz bashttp-f2d9a1cc27474a497818fc6143a3f1f4e6fcef40.tar.bz2 bashttp-f2d9a1cc27474a497818fc6143a3f1f4e6fcef40.zip |
more info
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ An example config is shown below ``` As shown above, each route to script is a single line seperated by a single space. +## Scripts + +The request body (if it has one) is set to argument 1 of the script. If there was on body provided the argument will be left empty. Anything written to the scripts stdout will be returnd to the http request. + ## License This project is licensed under the [WTFPL](https://www.wtfpl.net/) |