WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
HttpClient.cpp File Reference
#include "HttpClient.h"
#include <Windows.h>
#include <winhttp.h>
#include <string>
#include <vector>
Include dependency graph for HttpClient.cpp:

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)
 

Function Documentation

◆ CrackUrl()

static bool CrackUrl ( const std::string &  url,
UrlParts out 
)
static

Definition at line 49 of file HttpClient.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Utf8ToWide()

static std::wstring Utf8ToWide ( const std::string &  s)
static

Definition at line 31 of file HttpClient.cpp.

Here is the caller graph for this function: