File Information
Library: Net
Package: HTTP
Header: Poco/Net/HTTPChunkedStream.h
Description
This class is for internal use by HTTPSession only.
Inheritance
Direct Base Classes: HTTPChunkedIOS, std::ostream
All Base Classes: HTTPChunkedIOS, std::ios, std::ostream
Member Summary
Member Functions: operator delete, operator new
Inherited Functions: rdbuf
Constructors
HTTPChunkedOutputStream
HTTPChunkedOutputStream(
    HTTPSession & session,
    MessageHeader * pTrailer = nullptr
);
Destructor
~HTTPChunkedOutputStream
Member Functions
operator delete
void operator delete(
    void * ptr
);
operator new
void * operator new(
    std::size_t size
);