Virtru SDK for C++  2.8.0
Virtru C++ SDK library - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
network_interface.h File Reference
#include "map"
#include "tuple"
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include "numeric"

Go to the source code of this file.

Classes

class  virtru::INetwork
 

Namespaces

 virtru
 

Typedefs

using virtru::HttpHeaders = std::unordered_map< std::string, std::string >
 
using virtru::HTTPServiceCallback = std::function< void(unsigned int statusCode, std::string &&response)>