boost::http_proto::response_view
A reference to an HTTP response header
Synopsis
Declared in header <boost/http_proto/response_view.hpp>
class response_view
: public message_view_base;
Types
Name |
Description |
A signed integer type |
|
A field |
|
An unsigned integer type |
|
A type which can represent a field as a value |
Member Functions
Name |
Description |
Return an iterator to the beginning |
|
Return a string representing the serialized data |
|
Return true if the message is using a chunked transfer encoding. |
|
Return the number of matching fields |
|
Return an iterator to the end |
|
Return true if a field exists |
|
Returns an iterator to the matching element if it exists |
|
Return a forward range containing values for all matching fields |
|
Returns an iterator to the matching element if it exists |
|
Return true if semantics indicate connection persistence |
|
Return metadata about the message |
|
Assignment |
|
Return the type of payload of this message |
|
Return the payload size |
|
Return a reverse iterator to the beginning |
|
Return the reason string |
|
Return a reverse iterator to the end |
|
|
Constructor |
Returns the number of fields in the container |
|
Return the status code |
|
Return the status code integer |
|
Swap this with another instance |
|
Return the value of a field |
|
Return the HTTP-version |