From bf1b0716e00ff0bc7e45ba1d8c43a2837e672f88 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Mon, 18 Jan 2021 18:20:12 +0100 Subject: [PATCH] Add a note to use wxWebRequest in wxHTTP docs --- interface/wx/protocol/http.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/protocol/http.h b/interface/wx/protocol/http.h index 07295dde44..00ac194470 100644 --- a/interface/wx/protocol/http.h +++ b/interface/wx/protocol/http.h @@ -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}