Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NHttpRequest Struct Reference

#include <NHttpTransportInterface.h>

Public Attributes

NHttpReqMethod method = NHttpReqMethod::POST
 
NHttpHeaders headers
 
NHttpQueryArgs queryArgs
 
std::string path
 
std::string body
 

Member Data Documentation

◆ body

std::string NHttpRequest::body

◆ headers

NHttpHeaders NHttpRequest::headers

◆ method

NHttpReqMethod NHttpRequest::method = NHttpReqMethod::POST

◆ path

std::string NHttpRequest::path

◆ queryArgs

NHttpQueryArgs NHttpRequest::queryArgs

The documentation for this struct was generated from the following file: