34 class WsgiErrorStream :
public AddonClass
38 ~WsgiErrorStream()
override;
40#ifdef DOXYGEN_SHOULD_USE_THIS
49 inline void flush() { }
52#ifdef DOXYGEN_SHOULD_USE_THIS
64 void write(
const String& str);
67#ifdef DOXYGEN_SHOULD_USE_THIS
78 void writelines(
const std::vector<String>& seq);
87 HTTPPythonRequest* m_request;