CCF
|
#include "ccf/ds/nonstd.h"
#include "ccf/http_configuration.h"
#include "ccf/http_header_map.h"
#include "ccf/http_responder.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 | |
class | 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 = ccf::http::StreamOnCloseCallback |
Enumerations | |
enum class | http2::StreamResponseState { http2::Uninitialised = 0 , http2::Closing , http2::Streaming } |