NCBI C++ ToolKit
|
Search Toolkit Book for CCgiApplication::SAcceptEntry
"Accept:" header entry. More...
#include <cgi/cgiapp.hpp>
Public Types | |
typedef map< string, string > | TParams |
Public Member Functions | |
SAcceptEntry (void) | |
bool | operator< (const SAcceptEntry &entry) const |
Public Attributes | |
string | m_Type |
string | m_Subtype |
float | m_Quality |
Quality factor or "1" if not set (or not numeric). More... | |
string | m_MediaRangeParams |
Media range parameters. More... | |
TParams | m_AcceptParams |
Accept parameters. More... | |
"Accept:" header entry.
Definition at line 340 of file cgiapp.hpp.