wxwidgets/include/wx/protocol
Vadim Zeitlin a3be5fd165 Use std::unordered_map<> in wxHTTP directly
Replace wxStringToStringHashMap with std::unordered_map<>, although
still use (private) typedefs for the two different maps storing the
cookies and the headers respectively for clarity.

Also use a range for loop for iterating over the headers.

Include wx/wxcrt.h from http.cpp explicitly because wxAtoi(), declared
there, is used in this file, but it was previously only included
indirectly via wx/hashmap.h.
2023-04-18 00:45:14 +02:00
..
file.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
ftp.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
http.h Use std::unordered_map<> in wxHTTP directly 2023-04-18 00:45:14 +02:00
log.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
protocol.h Fix more -Wshorten-64-to-32 occurrences and test for them 2023-02-27 13:47:57 +01:00