Polyphase Game Engine
Loading...
Searching...
No Matches
HttpRequest.h File Reference
#include <map>
#include <stdint.h>
#include <string>
#include <vector>
#include "PolyphaseAPI.h"
#include "Network/Http/HttpTypes.h"

Go to the source code of this file.

Classes

struct  HttpHeaderLess
 
class  HttpRequest
 

Typedefs

using HttpHeaderMap = std::map< std::string, std::string, HttpHeaderLess >
 

Typedef Documentation

◆ HttpHeaderMap

using HttpHeaderMap = std::map<std::string, std::string, HttpHeaderLess>