Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. HTTP/1.1 200 OK
  2. Server: PicoLisp
  3. Date: Sat, 24 Feb 2018 19:30:22 GMT
  4. Cache-Control: max-age=0
  5. Cache-Control: private, no-store, no-cache
  6. Content-Type: text/event-stream
  7. Transfer-Encoding: chunked
  8.  
  9. b
  10. data: abc
  11.  
  12.  
  13. 0
  14.  
  15. HTTP/1.1 200 OK
  16. Server: PicoLisp
  17. Date: Sat, 24 Feb 2018 19:30:22 GMT
  18. Cache-Control: max-age=0
  19. Cache-Control: private, no-store, no-cache
  20. Content-Type: text/event-stream
  21. Transfer-Encoding: chunked
  22.  
  23. b
  24. data: def
  25.  
  26.  
  27. 0
  28.  
  29. HTTP/1.1 200 OK
  30. Server: PicoLisp
  31. Date: Sat, 24 Feb 2018 19:30:22 GMT
  32. Cache-Control: max-age=0
  33. Cache-Control: private, no-store, no-cache
  34. Content-Type: text/event-stream
  35. Transfer-Encoding: chunked
  36.  
  37. b
  38. data: ghi
  39.  
  40.  
  41. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement