Public Member Functions | |
| int | addFilter (const char *, int acceptDuplicate=1) |
| void | clear () |
| MimeRecord (MimeRecord &) | |
| MimeRecord () | |
| ~MimeRecord () | |
Public Attributes | |
| string | cgiManager |
| string | cmdName |
| int | command |
| string | extension |
| unsigned int | extensionHashCode |
| list< string > | filters |
| HttpHeaderChecker | headerChecker |
| string | mimeType |
|
|
|
|
|
Copy constructor. |
|
|
Destroy the object. |
|
||||||||||||
|
Add a filter to the list of filters to apply on this MIME type. Return zero if the filters was not added. |
|
|
Clear the used memory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1