|
CCF
|
#include "ccf/ds/nonstd.h"#include "ccf/http_configuration.h"#include "ccf/http_header_map.h"#include "ccf/http_status.h"#include "ccf/rest_verb.h"#include "http_builder.h"#include <list>#include <memory>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | http2::DataSource |
| struct | http2::StreamData |
| struct | http2::StreamData::Incoming |
| struct | http2::StreamData::Outgoing |
| class | http2::AbstractParser |
Namespaces | |
| namespace | http2 |
Typedefs | |
| using | http2::StreamId = int32_t |
| using | http2::StreamCloseCB = std::function< void(void)> |
Enumerations | |
| enum class | http2::StreamResponseState : uint8_t { http2::Uninitialised = 0 , http2::Closing , http2::Streaming } |