Skip to content

Instantly share code, notes, and snippets.

@njh
Created November 20, 2011 22:52
Show Gist options
  • Select an option

  • Save njh/1381093 to your computer and use it in GitHub Desktop.

Select an option

Save njh/1381093 to your computer and use it in GitHub Desktop.
4store trace
$ curl -v -T test.nt -H "Content-Type: text/plain" http://localhost:9000/data/test.rdf
* About to connect() to localhost port 9000 (#0)
* Trying 128.0.0.1... connected
* Connected to localhost (127.0.0.1) port 9000 (#0)
> PUT /data/test.rdf HTTP/1.1
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8r zlib/1.2.3
> Host: localhost:9000
> Accept: */*
> Content-Type: text/plain
> Content-Length: 197
> Expect: 100-continue
>
* HTTP 1.0, assume close after body
< HTTP/1.0 100 Continue
* HTTP 1.0, assume close after body
< HTTP/1.0 400 RDF parser reported errors
< Server: 4s-httpd/v1.1.4-151-ge1d106a
< Content-Type: text/plain; charset=UTF-8
<
400 RDF parser reported errors
This is a 4store SPARQL server v1.1.4-151-ge1d106a
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment