CCF
|
Classes | |
class | AbstractParser |
class | ClientParser |
class | DataSource |
class | Parser |
class | ServerParser |
struct | StreamData |
Typedefs | |
using | DataHandlerCB = std::function< void(std::span< const uint8_t >)> |
using | StreamId = int32_t |
using | StreamCloseCB = ccf::http::StreamOnCloseCallback |
Enumerations | |
enum class | StreamResponseState { Uninitialised = 0 , Closing , Streaming } |
using http2::DataHandlerCB = typedef std::function<void(std::span<const uint8_t>)> |
using http2::StreamCloseCB = typedef ccf::http::StreamOnCloseCallback |
using http2::StreamId = typedef int32_t |
|
strong |