![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <HTTP2RequestSourceInterface.h>
Public Member Functions | |
virtual | ~HTTP2RequestSourceInterface ()=default |
virtual std::vector< std::string > | getRequestHeaderLines ()=0 |
virtual HTTP2SendDataResult | onSendData (char *bytes, size_t size)=0 |
Interface for providing data to be sent as part of an HTTP2 request.
|
virtualdefault |
Default destructor.
|
pure virtual |
Get the header lines that should be output with this HTTP2 request.
Implemented in alexaClientSDK::avsCommon::utils::http2::HTTP2MimeRequestEncoder.
|
pure virtual |
Notification of the need to provide body data for an HTTP2 request.
bytes | The buffer to receive the bytes to send. |
size | The max number of bytes to copy. |
Implemented in alexaClientSDK::avsCommon::utils::http2::HTTP2MimeRequestEncoder.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0