Inheritance diagram for restcgi::icontent:
This is returned from the method object to read the request message body as a stream. The content header fields (in the content base class) are the ones that were in the request message.
Note that the server may not send and end-of-file at the end of input. See the hdr::find() method.
Public Types | |
|
typedef boost::shared_ptr< icontent > | pointer |
| shared ptr | |
|
typedef boost::shared_ptr< const icontent > | const_pointer |
| const shared ptr | |
| typedef std::istream | istream_type |
| istream type | |
Public Member Functions | |
| istream_type & | istream () |
Friends | |
| class | method |
| istream_type& restcgi::icontent::istream | ( | ) |
Get input stream. See also stream operator free function.
1.4.7