index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
HTTPRequest.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Port Code Examples to C# (F, G, H, I, J, K, L)
HaSa1002
2020-11-25
1
-4
/
+88
*
Merge pull request #42896 from Calinou/httprequest-increase-chunk-size
Rémi Verschelde
2020-11-07
1
-2
/
+2
|
\
|
*
Increase the default HTTPClient download chunk size to 64 KiB
Hugo Locurcio
2020-11-07
1
-2
/
+2
*
|
Merge pull request #42870 from Calinou/doc-httprequest-tls-version
Rémi Verschelde
2020-11-06
1
-4
/
+2
|
\
\
|
*
|
Document the supported TLS versions in HTTPRequest
Hugo Locurcio
2020-10-17
1
-4
/
+2
|
|
/
*
/
Fix a variable being redeclared in the HTTPRequest code sample
Hugo Locurcio
2020-10-31
1
-1
/
+1
|
/
*
Fix typos with codespell
Rémi Verschelde
2020-09-18
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-09-11
1
-12
/
+14
*
HTTPRequest now accepts gzip
Adam Brown
2020-09-02
1
-1
/
+30
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-2
/
+2
*
Document HTTPRequest not supporting request data with GET method
Hugo Locurcio
2020-08-03
1
-0
/
+1
*
Document HTML5 CORS restrictions in HTTPClient and HTTPRequest
Hugo Locurcio
2020-07-20
1
-0
/
+1
*
Add a POST request example to the HTTPRequest class documentation
Hugo Locurcio
2020-07-10
1
-1
/
+9
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-3
/
+3
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-23
1
-1
/
+1
*
Add an example of using HTTPRequest to contact a REST API
Hugo Locurcio
2019-12-24
1
-0
/
+21
*
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-06
1
-1
/
+1
*
Add download_chunk_size property to HTTPRequest.
Fabio Alessandrelli
2019-11-24
1
-0
/
+4
*
Add an HTTPRequest usage example to the class reference
Hugo Locurcio
2019-11-07
1
-1
/
+31
*
Mention body length getter caveats in HTTPClient and HTTPRequest
Hugo Locurcio
2019-10-22
1
-0
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-07-10
1
-0
/
+4
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-4
/
+4
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-1
/
+1
*
doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred
Rémi Verschelde
2019-06-27
1
-1
/
+1
*
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-27
1
-1
/
+1
*
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
*
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
1
-1
/
+1
*
doc: Fix references to setters and misc formatting
Rémi Verschelde
2018-12-29
1
-4
/
+4
*
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-12-20
1
-1
/
+1
*
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Rémi Verschelde
2018-11-05
1
-1
/
+1
*
Add support for tutorial links to makerst.py
robojumper
2018-06-12
1
-1
/
+1
*
[DOCS] add HTTPRequest.request return values
Poommetee Ketson
2018-04-20
1
-0
/
+2
*
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-27
1
-1
/
+1
*
doc: Update version string in header
Rémi Verschelde
2018-02-19
1
-1
/
+1
*
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Rémi Verschelde
2018-01-25
1
-1
/
+1
*
doc: Sync with current source
Rémi Verschelde
2018-01-25
1
-1
/
+1
*
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-17
1
-1
/
+1
*
Filled tutorial field in most relevent classes.
Juan Linietsky
2018-01-15
1
-0
/
+1
*
doc: Update version string in XML
Rémi Verschelde
2018-01-13
1
-1
/
+1
*
Update docs
Bojidar Marinov
2018-01-12
1
-16
/
+3
*
[DOCS] HTTPClient & HTTPRequest
mhilbrunner
2017-12-10
1
-10
/
+13
*
doc: Fix enum tags thanks to 2bc6db6
Rémi Verschelde
2017-11-24
1
-12
/
+12
*
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
1
-48
/
+0
*
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-24
1
-1
/
+1
*
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-11-15
1
-1
/
+1
*
[DOCS] Fix a few typos.
Andreas Haas
2017-10-14
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2017-09-13
1
-3
/
+3
*
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky
2017-09-12
1
-0
/
+184