12 Commits

Author SHA1 Message Date
Henodude
b7aacaa3c8 Fix the syntax for the Android permission requirement on network tutorials (#5433)
(cherry picked from commit deb89f665d)
2021-12-21 16:42:22 +01:00
Hugo Locurcio
f845b6a142 Document the permission requirement on Android on network tutorials 2021-08-12 00:19:06 +02:00
Rémi Verschelde
e2b95576d8 Cleanup uses of double spaces between words or after punctuation 2021-07-13 00:44:58 +02:00
TechnoPorg
d87fa5e941 Add C# code examples for HTTPClient and HTTPRequest
Ported the existing GDScript code examples to C# for both HTTPClient and HTTPRequest.

(cherry picked from commit 8d78a46f0d)
2021-03-19 13:19:36 +01:00
Juozas Rastenis
730b4d6294 Fixed example that was not working 2019-11-02 15:29:04 +01:00
corrigentia
0b9895df8f Fix punctuation and spelling in http_request_class
Fix punctuation and spelling in http_request_class.
2019-01-15 18:30:42 +02:00
Rémi Verschelde
a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
aBARICHELLO
d27a055a23 Add clarification about HTTP Requests 2018-10-01 12:49:46 -03:00
Max Hilbrunner
767473f38d Merge pull request #1364 from nyenye/patch-7
Update http_request_class.rst

(cherry picked from commit 73c0bbc940)
2018-04-17 21:12:01 +02:00
mhilbrunner
42c5672e5c HTTPRequest: Add HTTP header example, notes about SSL and embedded credentials 2018-04-14 16:41:11 +02:00
Max Hilbrunner
6ed5ba2dd8 Typo fix in HTTPRequest tutorial 2018-03-04 14:28:16 +01:00
mhilbrunner
c2192d60a0 HTTP networking docs 2018-03-02 11:53:00 +01:00