Skip to content

Instantly share code, notes, and snippets.

@mcintyre321
Last active December 26, 2015 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcintyre321/7103510 to your computer and use it in GitHub Desktop.
Save mcintyre321/7103510 to your computer and use it in GitHub Desktop.
PROPFIND http://sabre.127.0.0.1.xip.io/ HTTP/1.1
Connection: TE
TE: trailers
Host: sabre.127.0.0.1.xip.io
Depth: 0
Content-Length: 159
Content-Type: application/xml
<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<quota-available-bytes xmlns="DAV:"/>
<quota-used-bytes xmlns="DAV:"/>
</prop></propfind>
===================================================================================================
HTTP/1.1 207 Multi-Status
Cache-Control: private
Content-Type: application/xml; charset=utf-8
Vary: Brief,Prefer
Server: Microsoft-IIS/7.5
X-Powered-By: Phalanger 3.0.0.4072
X-Powered-By: ASP.NET
DAV: 1, 3, extended-mkcol, 2
X-AspNet-Version: 4.0.30319
Date: Tue, 22 Oct 2013 16:10:39 GMT
Content-Length: 1093
Connection: Keep-Alive
<?xml version="1.0" encoding="UTF-8"?>
<multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<response>
<href>/</href>
<propstat>
<prop>
<resourcetype>
<collection />
</resourcetype>
<getlastmodified>Mon, 01 Jan 0001 00:00:00 GMT</getlastmodified>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<getcontentlength />
<creationdate />
<lastaccessed />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/New%20Markdown%20Document.md</href>
<propstat>
<prop>
<getcontentlength />
<resourcetype />
<getlastmodified>Mon, 01 Jan 0001 00:00:00 GMT</getlastmodified>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<creationdate />
<lastaccessed />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response>
<href>/doc.txt</href>
<propstat>
<prop>
<getcontentlength />
<resourcetype />
<getlastmodified>Mon, 01 Jan 0001 00:00:00 GMT</getlastmodified>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<creationdate />
<lastaccessed />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment