bashttp/examples/body.sh
2023-07-02 23:44:48 -04:00

8 lines
177 B
Bash
Executable file

#!/bin/bash
# even though we have no headers
# we still need to tell there will be no more headers
printf "\n"
# the body of any http request made will be stored in stdin
cat