NASFAQ/nasfaq/connections/http/http_connector.h

13 lines
198 B
C
Raw Normal View History

2022-02-17 15:15:31 +00:00
#ifndef _HTTP_CONNECTOR_H_
#define _HTTP_CONNECTOR_H_
#include <iostream>
#include <stdio.h>
#include <string.h>
#include <curl/curl.h>
#include <nlohmann/json.hpp>
std::string get_sid();
#endif