Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #define RESPONSE \
  2. "HTTP/1.1 200 OK\r\n" \
  3. "Content-Type: text/plain\r\n" \
  4. "Content-Length: 42\r\n" \
  5. "\r\n" \
  6. "/requests/status.xml?command=pl_play&id=1\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement