]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google/search/search.factor
http.client: remove http-get* and its friends, change http-request* and with-http...
[factor.git] / extra / google / search / search.factor
index d3d8002f7ab79d074a1154b9bf5b8e8b20212134..4518b114808dcfed03cf016b3b8a0adcc2c37809 100644 (file)
@@ -22,7 +22,7 @@ title content unescapedUrl url titleNoFormatting fileFormat ;
 PRIVATE>
 
 : google-search ( query -- results )
-    search-url http-get* json>
+    search-url http-get nip json>
     { "responseData" "results" } deep-at
     [ \ search-result from-slots ] map ;