diff --git a/examples/http/get_response.http b/examples/http/get_response.http index 423643b..ac11942 100644 --- a/examples/http/get_response.http +++ b/examples/http/get_response.http @@ -1,7 +1,5 @@ HTTP/1.1 200 OK -Cache-Control: no-cache -Server: libnhttpd -Date: Wed Jul 4 15:32:03 2012 -Connection: Keep-Alive: -Content-Type: application/rdf+xml -Content-Length: 24860 \ No newline at end of file +Content-Type: application/json +Content-Length: 19 + +{"success":"true"} \ No newline at end of file