You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
747 B

  1. HTTP/1.1 200 OK
  2. Server: Apache
  3. Date: Wed, 09 Dec 2015 03:29:14 GMT
  4. Content-Type: application/mf2+json
  5. Connection: keep-alive
  6. {
  7. "items": [
  8. {
  9. "type": [
  10. "h-entry"
  11. ],
  12. "properties": {
  13. "content": [
  14. "This should be the content from XRay"
  15. ]
  16. }
  17. }
  18. ],
  19. "rels": {
  20. "alternate": [
  21. "http://source.example.com/rel-alternate-priority.json"
  22. ]
  23. },
  24. "rel-urls": {
  25. "http://source.example.com/rel-alternate-priority.json": {
  26. "type": "application/mf2+json",
  27. "rels": [
  28. "alternate"
  29. ]
  30. }
  31. }
  32. }