summaryrefslogtreecommitdiff
path: root/examples/body.sh
blob: afb98c25ac45e65a87113202d0bc5b9eee5e226e (plain)
1
2
3
4
5
6
7
8
#!/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