|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "HttpClient.h"#include <Windows.h>#include <winhttp.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | UrlParts |
Functions | |
| static std::wstring | Utf8ToWide (const std::string &s) |
| static bool | CrackUrl (const std::string &url, UrlParts &out) |
|
static |
Definition at line 49 of file HttpClient.cpp.
|
static |