From 1e3f74211ed0c9f5e91bcd95f2ac52ee77f7d947 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 12 Feb 2020 11:57:10 +0100 Subject: docs: update JS api docs Signed-off-by: Jo-Philipp Wich --- docs/jsapi/LuCI.Request.html | 65 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 56 insertions(+), 9 deletions(-) (limited to 'docs/jsapi/LuCI.Request.html') diff --git a/docs/jsapi/LuCI.Request.html b/docs/jsapi/LuCI.Request.html index 4588f78fdb..177b8c1869 100644 --- a/docs/jsapi/LuCI.Request.html +++ b/docs/jsapi/LuCI.Request.html @@ -74,6 +74,8 @@
  • location
  • +
  • media
  • +
  • path
  • poll
  • @@ -220,12 +222,16 @@
  • exec
  • +
  • exec_direct
  • +
  • lines
  • list
  • read
  • +
  • read_direct
  • +
  • remove
  • stat
  • @@ -864,6 +870,8 @@ Methods +
  • blob
  • +
  • clone
  • json
  • @@ -1103,7 +1111,7 @@ for dealing with responses.

    @@ -1195,7 +1203,7 @@ for dealing with responses.

    @@ -1343,7 +1351,7 @@ implementing request retries before returning a failure.

    @@ -1489,7 +1497,7 @@ if it already was absolute. @@ -1669,7 +1677,7 @@ if it already was absolute. @@ -1879,7 +1887,7 @@ if it already was absolute. @@ -2026,7 +2034,7 @@ function.

    @@ -2212,7 +2220,7 @@ function.

    @@ -2614,6 +2622,45 @@ given object will be converted to JSON.

    + + + responseType + + + + + +string + + + + + + + + + <optional>
    + + + + + + + + + + text + + + + +

    Overrides the request response type. Valid values or text to +interpret the response as UTF-8 string or blob to handle the +response as binary Blob data.

    + + + + content @@ -2770,7 +2817,7 @@ instances as sole argument during the HTTP request transfer.

    -- cgit v1.2.3