From 41c769ab5c19da92ecba35d9accc4bc123029e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 23 May 2017 20:47:46 +0200 Subject: Remove the use of bootstrap-carousel The custom.js file was converted to not use jquery also. Once bootstrap is gone, we can remove jquery entirely. --- docs/en/gun/1.0/guide/protocols/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/en/gun/1.0/guide/protocols') diff --git a/docs/en/gun/1.0/guide/protocols/index.html b/docs/en/gun/1.0/guide/protocols/index.html index f2ac3780..2bdbfa3f 100644 --- a/docs/en/gun/1.0/guide/protocols/index.html +++ b/docs/en/gun/1.0/guide/protocols/index.html @@ -78,7 +78,7 @@ operations available to them.

sends a request, the server sends back a response.

Gun provides convenience functions for performing GET, HEAD, OPTIONS, POST, PATCH, PUT, and DELETE requests. All these -functions are aliases of gun:request/{4,5} for each respective +functions are aliases of gun:request/{4,5,6} for each respective methods. Gun also provides a gun:data/4 function for streaming the request body.

Gun will send a gun_response message for every response @@ -405,7 +405,6 @@ cellspacing="0" cellpadding="4"> - -- cgit v1.2.3