aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/HTTPClient.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-1/+2
|
* HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-121-2/+41
|
* [DOCS] HTTPClient & HTTPRequestmhilbrunner2017-12-101-18/+88
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-68/+68
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause2017-10-261-18/+0
| | | | | These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
* classref: Sync with current sourceRémi Verschelde2017-10-221-3/+3
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+356
possible to save module files in module directories and the build system will recognize them.