I have a string, body_buf. When printed out
print("length: %d\\n%.*s\\n", body_len, body_len, body_buf);
It looks like this:
<