From 4405f59bd2941b8fdc68d0d0b75927e5a75784f0 Mon Sep 17 00:00:00 2001 From: AuroraLS3 <24460436+AuroraLS3@users.noreply.github.com> Date: Sat, 10 Jul 2021 06:15:05 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20plan-pla?= =?UTF-8?q?yer-analytics/Plan@c523e40b7fd4417adf45d840adf59fa0f36a70a6=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/resolver/request/Request.html | 10 ++-- .../webserver/RequestBodyConverter.html | 48 ++---------------- all/index-all.html | 4 +- all/member-search-index.js | 2 +- all/member-search-index.zip | Bin 77573 -> 77553 bytes all/overview-summary.html | 2 +- all/package-search-index.zip | Bin 1050 -> 1050 bytes all/type-search-index.zip | Bin 8072 -> 8072 bytes .../web/resolver/request/Request.html | 10 ++-- api/index-all.html | 2 +- api/member-search-index.zip | Bin 4671 -> 4671 bytes api/overview-summary.html | 2 +- api/package-search-index.zip | Bin 342 -> 342 bytes api/type-search-index.zip | Bin 877 -> 877 bytes 14 files changed, 19 insertions(+), 61 deletions(-) diff --git a/all/com/djrapitops/plan/delivery/web/resolver/request/Request.html b/all/com/djrapitops/plan/delivery/web/resolver/request/Request.html index 5aed88190..31ba08578 100644 --- a/all/com/djrapitops/plan/delivery/web/resolver/request/Request.html +++ b/all/com/djrapitops/plan/delivery/web/resolver/request/Request.html @@ -158,7 +158,7 @@ extends java.lang.Object URIQuery query, WebUser user, java.util.Map<java.lang.String,​java.lang.String> headers, - byte[] body) + byte[] requestBody)
Constructor.
@@ -169,7 +169,7 @@ extends java.lang.Object WebUser user, java.util.Map<java.lang.String,​java.lang.String> headers) -
Special constructor that figures out URIPath and URIQuery from "/path/and?query=params" and has no form body.
+
Special constructor that figures out URIPath and URIQuery from "/path/and?query=params" and has no request body.
@@ -277,7 +277,7 @@ extends java.lang.Object URIQuery query, WebUser user, java.util.Map<java.lang.String,​java.lang.String> headers, - byte[] body) + byte[] requestBody)
Constructor.
Parameters:
@@ -286,7 +286,7 @@ extends java.lang.Object
query - Request parameters ?param=value etc
user - Web user doing the request (if authenticated)
headers - Request headers https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
-
body - Raw body as bytes, if present
+
requestBody - Raw body as bytes, if present
@@ -300,7 +300,7 @@ extends java.lang.Object java.lang.String target, WebUser user, java.util.Map<java.lang.String,​java.lang.String> headers) -
Special constructor that figures out URIPath and URIQuery from "/path/and?query=params" and has no form body.
+
Special constructor that figures out URIPath and URIQuery from "/path/and?query=params" and has no request body.
diff --git a/all/com/djrapitops/plan/delivery/webserver/RequestBodyConverter.html b/all/com/djrapitops/plan/delivery/webserver/RequestBodyConverter.html index 6d81f8b02..fdcd28d37 100644 --- a/all/com/djrapitops/plan/delivery/webserver/RequestBodyConverter.html +++ b/all/com/djrapitops/plan/delivery/webserver/RequestBodyConverter.html @@ -89,13 +89,13 @@ loadScripts(document, 'script');
  • Summary: 
  • Nested | 
  • Field | 
  • -
  • Constr | 
  • +
  • Constr | 
  • Method
  • @@ -138,27 +138,6 @@ extends java.lang.Object