class Poco::Net::HTTPResponseIOS

#include <HTTPIOStream.h>

class HTTPResponseIOS: public ios
{
public:
    // construction

    HTTPResponseIOS(std::istream& istr);

    // methods

    HTTPResponseStreamBuf*
    rdbuf();

protected:
    // fields

    HTTPResponseStreamBuf _buf;
};

// direct descendants

class HTTPResponseStream;