DataContainer that stores everything as raw object value.
diff --git a/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.Disabled.html b/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.Disabled.html
new file mode 100644
index 0000000000..4cad025575
--- /dev/null
+++ b/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.Disabled.html
@@ -0,0 +1,205 @@
+
+
+
+
+
RateLimitGuard.Disabled (Plan 5.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
Nested Class Summary
+
+
+
+
+-
+
+
Constructor Summary
+Constructors
+
+
+
+
+-
+
+
Method Summary
+
+
+
+
+
+
+
+
void
+
+
+
void
+
+
+
boolean
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
Constructor Details
+
+-
+
+
Disabled
+public Disabled()
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
diff --git a/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.html b/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.html
new file mode 100644
index 0000000000..e4878a1710
--- /dev/null
+++ b/all/com/djrapitops/plan/delivery/webserver/RateLimitGuard.html
@@ -0,0 +1,200 @@
+
+
+
+
+
RateLimitGuard (Plan 5.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Direct Known Subclasses:
+RateLimitGuard.Disabled
+
+
+public class RateLimitGuard
+
extends Object
+Simple guard against DDoS attacks to single endpoint.
+
+ This only protects against a DDoS that doesn't follow redirects.
+
+
+
+
+-
+
+
Nested Class Summary
+Nested Classes
+
+
+
+
+
static class
+
+
+
+
+
+
+-
+
+
Constructor Summary
+Constructors
+
+
+
+
+-
+
+
Method Summary
+
+
+
+
+
+
+
+
void
+
+
+
void
+
+
+
boolean
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
Constructor Details
+
+-
+
+
RateLimitGuard
+public RateLimitGuard()
+
+
+
+
+
+
+-
+
+
Method Details
+
+-
+
+
shouldPreventRequest
+public boolean shouldPreventRequest(String accessor)
+
+
+-
+
+
increaseAttemptCount
+public void increaseAttemptCount(String requestPath,
+ String accessor)
+
+
+-
+
+
resetAttemptCount
+public void resetAttemptCount(String accessor)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/all/com/djrapitops/plan/delivery/webserver/ResponseFactory.html b/all/com/djrapitops/plan/delivery/webserver/ResponseFactory.html
index fd27fbee87..0eeadb8e0c 100644
--- a/all/com/djrapitops/plan/delivery/webserver/ResponseFactory.html
+++ b/all/com/djrapitops/plan/delivery/webserver/ResponseFactory.html
@@ -134,101 +134,104 @@
Method Summary
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
@@ -430,6 +433,12 @@