1#ifndef SSE_PARSER_HPP_INCLUDED
2#define SSE_PARSER_HPP_INCLUDED
7#include "cpp_restapi_export.h"
29 std::vector<SseEvent>
feed(
const std::string& chunk);
Incremental parser for Server-Sent Events stream.
Definition sse_parser.hpp:22
std::vector< SseEvent > feed(const std::string &chunk)
Feed raw data from the SSE stream.
Definition base_connection.hpp:13