Kurlyk
Loading...
Searching...
No Matches
http.hpp File Reference

Aggregates main HTTP interfaces and utilities, including client, request manager, and helpers. More...

#include "core.hpp"
#include "http/data.hpp"
#include "http/HttpRequestManager.hpp"
#include "http/HttpClient.hpp"
#include "http/utils.hpp"
#include "http/auth.hpp"

Go to the source code of this file.

Macros

#define _KURLYK_HTTP_HPP_INCLUDED
#define KURLYK_AUTH_SUPPORT   1
#define KURLYK_OAUTH_SUPPORT   KURLYK_AUTH_SUPPORT

Detailed Description

Aggregates main HTTP interfaces and utilities, including client, request manager, and helpers.

Definition in file http.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_HPP_INCLUDED

#define _KURLYK_HTTP_HPP_INCLUDED

Definition at line 3 of file http.hpp.

◆ KURLYK_AUTH_SUPPORT

#define KURLYK_AUTH_SUPPORT   1

Definition at line 9 of file http.hpp.

◆ KURLYK_OAUTH_SUPPORT

#define KURLYK_OAUTH_SUPPORT   KURLYK_AUTH_SUPPORT

Definition at line 13 of file http.hpp.