Rename wxWebSession::SetHeader() to AddCommonHeader()
The old name wasn't very clear and it was confusing to have methods with the same name in wxWebSession and wxWebRequest.
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
|
||||
wxVersionInfo GetLibraryVersionInfo();
|
||||
|
||||
void SetHeader(const wxString& name, const wxString& value);
|
||||
void AddCommonHeader(const wxString& name, const wxString& value);
|
||||
|
||||
void SetTempDir(const wxString& dir);
|
||||
wxString GetTempDir() const;
|
||||
|
Reference in New Issue
Block a user