10Duke Scale C++ Client
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
p
q
r
s
t
u
w
Functions
c
d
e
g
i
m
p
s
t
u
w
Variables
a
c
d
e
f
q
r
s
t
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Files
File List
▼
10Duke Scale C++ Client
Introduction
►
Client Concepts
►
Using Identity-Based Licensing
►
Using License Key for Licensing Operations
►
Namespaces
►
Classes
▼
Files
▼
File List
►
api
▼
core
▼
core
▼
src
►
concurrent
►
crypto
▼
http
BadRequest.h
ClientError.h
Forbidden.h
HTTPCall.h
HTTPClient.h
HTTPException.h
HTTPRequest.h
HTTPRequestAuthenticator.h
HTTPRequestBuilder.h
HTTPRequestException.h
HTTPResponse.h
HTTPResponseException.h
HTTPResponseToException.h
NotFound.h
ServerError.h
Unauthorized.h
►
json
►
jwk
►
jwt
►
log
►
net
►
time
►
utl
Canceled.h
InterruptedException.h
ServiceConfiguration.h
TendukeException.h
TendukeServices.h
TimedOut.h
►
test_utils
►
default-services
►
oidc
►
doc
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Pages
Loading...
Searching...
No Matches
HTTPCall.h
1
#ifndef TENDUKE_HTTP_HTTPCALL_H
2
#define TENDUKE_HTTP_HTTPCALL_H
3
4
#include "./HTTPResponse.h"
5
6
#include <memory>
7
8
namespace
tenduke
{
namespace
http {
9
10
14
class
HTTPCall
15
{
16
public
:
17
virtual
~HTTPCall
() =
default
;
18
33
virtual
std::unique_ptr<tenduke::http::HTTPResponse>
execute
() = 0;
34
};
14
class
HTTPCall
{
…
};
35
36
37
}}
38
39
#endif
// TENDUKE_HTTP_HTTPCALL_H
tenduke::http::HTTPCall
HTTP-call which executes the request and returns HTTPResponse.
Definition
HTTPCall.h:15
tenduke::http::HTTPCall::execute
virtual std::unique_ptr< tenduke::http::HTTPResponse > execute()=0
Executes the call synchronously.
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
BackendConfiguration.h:7
core
core
src
http
HTTPCall.h
Generated by
1.11.0