aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/http/http.tm2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/http/http.tm b/examples/http/http.tm
index bbec3308..a4ded7d7 100644
--- a/examples/http/http.tm
+++ b/examples/http/http.tm
@@ -7,8 +7,6 @@ struct HTTPResponse(code:Int, body:Text)
enum _Method(GET, POST, PUT, PATCH, DELETE)
-_curl := !@Memory
-
func _send(method:_Method, url:Text, data:Text?, headers=[:Text])->HTTPResponse:
chunks := @[:Text]
save_chunk := func(chunk:CString, size:Int64, n:Int64):