bashttp/examples/body.sh

11 lines
187 B
Bash
Raw Normal View History

#!/bin/bash
# even though we have no headers
# we still need to tell there will be no more headers
printf "\n"
2023-07-03 02:40:04 +00:00
# the body of any http request made will be stored in stdin
cat
exit 200