summaryrefslogtreecommitdiff
path: root/doc/classes/HTTPRequest.xml
AgeCommit message (Expand)Author
2023-02-08doc: Fix Image 'set_pixel' doc for use of 'create'Rémi Verschelde
2023-01-31Fix C# examples in documentationRaul Santos
2023-01-28[NET] Refactor TLS configuration.Fabio Alessandrelli
2023-01-23Update C# signal documentation and remove bind arrayRaul Santos
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-08-17[doc] Fix grammar in class docs: amount vs. numberAndy Maloney
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-08Document the `timeout` property in HTTPRequestHugo Locurcio
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-24Make code example in HTTPRequest classref workingHaoyu Qiu
2022-03-27[Net] Change HTTPRequest timeout type to double.Fabio Alessandrelli
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-12-09Add proxy support for the editorHaoyu Qiu
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-07security tip when sending sensitive data on HTTP requestsArthur Paulino
2021-09-03improving note on HTTPRequest class under the request method documentationArthur Paulino
2021-08-11Docs: Add warnings about no SSL/(D)TLS revocationMax Hilbrunner
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-03-19class reference proofreadingPaul Joannon
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke
2020-11-25Docs: Port Code Examples to C# (F, G, H, I, J, K, L)HaSa1002
2020-11-07Merge pull request #42896 from Calinou/httprequest-increase-chunk-sizeRémi Verschelde
2020-11-07Increase the default HTTPClient download chunk size to 64 KiBHugo Locurcio
2020-11-06Merge pull request #42870 from Calinou/doc-httprequest-tls-versionRémi Verschelde
2020-10-31Fix a variable being redeclared in the HTTPRequest code sampleHugo Locurcio
2020-10-17Document the supported TLS versions in HTTPRequestHugo Locurcio
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-03Document HTTPRequest not supporting request data with GET methodHugo Locurcio
2020-07-20Document HTML5 CORS restrictions in HTTPClient and HTTPRequestHugo Locurcio
2020-07-10Add a POST request example to the HTTPRequest class documentationHugo Locurcio
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2019-12-24Add an example of using HTTPRequest to contact a REST APIHugo Locurcio
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-07Add an HTTPRequest usage example to the class referenceHugo Locurcio
2019-10-22Mention body length getter caveats in HTTPClient and HTTPRequestHugo Locurcio
2019-07-10doc: Sync classref with current sourceRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferredRémi Verschelde