Add a note to use wxWebRequest in wxHTTP docs

This commit is contained in:
Tobias Taschner
2021-01-18 18:20:12 +01:00
parent e8dd552696
commit bf1b0716e0

View File

@@ -12,6 +12,9 @@
wxHTTP can thus be used to create a (basic) HTTP @b client.
@note If you want HTTPS, IPv6, Proxy detection, authentication, etc.
support consider using wxWebRequest instead.
@library{wxnet}
@category{net}