From 7a82b5e3b536a4895be3c06627e1c838d76e8bea Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 28 Aug 2024 13:27:15 -0600 Subject: [PATCH] Update get_response.http --- examples/http/get_response.http | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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