Skip to content

Instantly share code, notes, and snippets.

@emilis
Forked from jen20/gist:3737930
Last active December 10, 2015 05:58
Show Gist options
  • Save emilis/4391488 to your computer and use it in GitHub Desktop.
Save emilis/4391488 to your computer and use it in GitHub Desktop.
ouro@ouroboros$ curl -i http://127.0.0.1:2113/streams/newstream/event/1 -H "Accept: text/xml"
HTTP/1.1 200 OK
Access-Control-Allow-Methods: GET
Content-Type: text/xml
Server: Mono-HTTPAPI/1.0
Date: Thu, 13 Sep 2012 10:55:13 GMT
Content-Length: 312
Keep-Alive: timeout=15,max=100
<?xml version="1.0" encoding="UTF-8"?>
<ReadEventCompletedText>
<correlationId>0f7fac5b-d9cb-469f-a167-70867728950e</correlationId>
<eventStreamId>newstream</eventStreamId>
<eventNumber>1</eventNumber>
<eventType>Type</eventType>
<data>
<Foo>Bar</Foo>
</data>
<metadata>
<Something>AValue</Something>
</metadata>
</ReadEventCompletedText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment