Definition at line 16 of file http_response_body_stream.hpp.
Public Member Functions | |
| ResponseBodyStream (ResponseBodyStream &&)=default | |
| void | PushBodyChunk (std::string &&chunk, engine::Deadline deadline) | 
| void | SetHeader (const std::string &, const std::string &) | 
| void | SetHeader (std::string_view, const std::string &) | 
| void | SetEndOfHeaders () | 
| void | SetStatusCode (int status_code) | 
| void | SetStatusCode (HttpStatus status) | 
      
  | 
  friend | 
Definition at line 35 of file http_response_body_stream.hpp.