Add webrequest sample to documentation

Co-authored-by: PB <PBforDev@gmail.com>
This commit is contained in:
Tobias Taschner 2021-01-18 18:10:36 +01:00
parent 4a3ff8c180
commit e8dd552696
No known key found for this signature in database
GPG Key ID: AE6ECD71294F87FD

View File

@ -902,6 +902,15 @@ archives.
@sampledir{webview}
@section page_samples_webrequest Web Request Sample
This sample demonstrates the various capabilities of the
wxWebRequest class. It shows how to handle simple text HTTP and HTTPS requests,
downloading files, showing download progress and processing downloaded
data while it's being downloaded.
@sampledir{webrequest}
@section page_samples_widgets Widgets Sample
The widgets sample is the main presentation program for most simple and advanced
@ -962,4 +971,3 @@ other resources. From its menu or toolbar you can then run the following dialogs
@sampledir{xrc}
*/