mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
wxWebRequest::AddHeader() was added to accompany the existing SetHeader() method. In wxWebSession, AddCommonHeader() did exist already but behaved like setting a header. Its behavior was adapted to its name and SetCommonHeader() was added with the old behavior to accompany AddCommonHeader(). The WinHTTP and CURL implementations of wxWebRequest do now append multiple headers of the same name. The URLSession implementation follows in the next commits.