LeviLamina
Loading...
Searching...
No Matches
IWebService.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/Async.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::Http {
class
Request
; }
11
namespace
Bedrock::Http {
class
Response
; }
12
namespace
Bedrock::Http {
struct
WebServiceError
; }
13
namespace
Bedrock::Threading {
struct
DelayableTaskGroup
; }
14
// clang-format on
15
16
namespace
Bedrock::Http {
17
18
class
IWebService
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual ::Bedrock::Threading::Async<::Bedrock::Http::Response> sendRawRequest(
::Bedrock::Http::Request
) = 0;
23
24
virtual ::Bedrock::Threading::DelayableTaskGroup& getTaskGroup() = 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
33
34
}
// namespace Bedrock::Http
Bedrock::Http::IWebService
Definition
IWebService.h:18
Bedrock::Http::Request
Definition
Request.h:16
Bedrock::Http::Response
Definition
Response.h:7
Bedrock::Http::WebServiceError
Definition
WebServiceError.h:10
Bedrock::Threading::DelayableTaskGroup
Definition
DelayableTaskGroup.h:16
src
mc
deps
core
http
IWebService.h
Generated on
for LeviLamina by
1.16.1