pornsieve  0.0.0
Search porn sites and filter the results using regular expressions
Namespaces | Functions | Variables
config.hpp File Reference

Configuration functions. More...

#include <curl/curl.h>
#include <string>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pornsieve
 The namespace containing the pornsieve library.
 

Functions

void pornsieve::configure_curl (CURL *curl_easy_handle)
 Set some options for curl connections. More...
 

Variables

std::string pornsieve::config::proxy {}
 Proxy server to use. More...
 

Detailed Description

Configuration functions.

Variable Documentation

◆ proxy

std::string pornsieve::config::proxy {}
inline

Proxy server to use.

curl-specific proxy environment variables are respected. Set this variable to override them or instead of them. For more information consult CURLOPT_PROXY(3).

Since
0.1.0