struct Poco::Net::HTMLForm::Part

struct Part
{
    // fields

    std::string name;
    PartSource* pSource;
};