libadc-cxx 1.0.0
Structured logging for scientific computing
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions | Variables
libcurl.ipp File Reference
#include <adc/builder/builder.hpp>
#include <adc/publisher/publisher.hpp>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <unistd.h>
Include dependency graph for libcurl.ipp:

Go to the source code of this file.

Classes

class  adc::libcurl_plugin
 NOT yet implemented publisher plugin that will eventually use libcurl. More...
 

Namespaces

namespace  adc
 

Macros

#define ADC_LIBCURL_PLUGIN_PORT_DEFAULT   "443"
 
#define ADC_LIBCURL_PLUGIN_URL_DEFAULT   "https://localhost"
 

Functions

const string adc::plugin_libcurl_prefix ("ADC_LIBCURL_PLUGIN_")
 

Variables

const std::map< string, stringadc::plugin_libcurl_config_defaults
 

Macro Definition Documentation

◆ ADC_LIBCURL_PLUGIN_PORT_DEFAULT

#define ADC_LIBCURL_PLUGIN_PORT_DEFAULT   "443"

Definition at line 16 of file libcurl.ipp.

◆ ADC_LIBCURL_PLUGIN_URL_DEFAULT

#define ADC_LIBCURL_PLUGIN_URL_DEFAULT   "https://localhost"

Definition at line 17 of file libcurl.ipp.