restcgi::icontent Class Reference

Inheritance diagram for restcgi::icontent:

restcgi::content List of all members.

Detailed Description

Input content stream from HTTP request message body.

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.

See also:
http://hoohoo.ncsa.uiuc.edu/cgi/in.html

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_typeistream ()

Friends

class method


Member Function Documentation

istream_type& restcgi::icontent::istream (  ) 

Get input stream. See also stream operator free function.

See also:
operator >>(icontent& ic, T& v)


Generated on Fri May 15 11:27:12 2009 for restcgi by  doxygen 1.4.7