#include <BodyEnd.h> [code]
Inherits Protocols::Http::HeaderBase.
Inheritance diagram for Protocols::Http::BodyEnd:


You will use default constructed (null) BodyEnd objects most of the time. The only exception is when you are using the chunked transfer coding. In this case BodyEnd may contain the fields that will appear/have appeard in the trailer folling the chunked data.
Definition at line 39 of file BodyEnd.h.
Public Member Functions | |
| auto_ptr< DataBase > | copy () const |
| Virtual copy constructor. | |
|
|
Virtual copy constructor.
Reimplemented from Protocols::Http::HeaderBase. Definition at line 27 of file BodyEnd.cpp. |