diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 7790ae55531..83d7830f8dd 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -15221,8 +15221,12 @@
+
+
+
+
- Make a HTTP GET request. The url is the complete url including "http://" or "https://" which will be parsed for a host and a port.
+ Make a HTTP request (by default GET, unless specified otherwise as method). The url is the complete url including "http://" or "https://" which will be parsed for a host and a port.
The custom_headers are HTTP request headers which will be used. If User-Agent is not specified a Godot specific will be used.
The ssl_validate_domain specifies if in case of HTTPS the server certificate should be verified.
@@ -15854,6 +15858,8 @@
+
+
Simple helper to draw an uvsphere, with given latitudes, longitude and radius.
@@ -17752,15 +17758,6 @@
Return tooltip hint for specified item index.
-
-
-
-
-
-
- Returns whether the tooptip is enabled for specified item index.
-
-
@@ -17789,7 +17786,7 @@
-
+
Returns the current vertical scroll bar for the List.
@@ -17813,6 +17810,15 @@
Returns whether or not the item at the specified index is selectable.
+
+
+
+
+
+
+ Returns whether the tooptip is enabled for specified item index.
+
+