Definition at line 34 of file qformdatabuilder.cpp.
◆ QFormDataPartBuilderPrivate() [1/2]
QFormDataPartBuilderPrivate::QFormDataPartBuilderPrivate |
( |
QAnyStringView | name | ) |
|
|
explicit |
◆ QFormDataPartBuilderPrivate() [2/2]
QFormDataPartBuilderPrivate::QFormDataPartBuilderPrivate |
( |
QAnyStringView | name | ) |
|
|
explicit |
◆ build() [1/2]
QHttpPart QFormDataPartBuilderPrivate::build |
( |
QFormDataBuilder::Options | options | ) |
|
Generates a QHttpPart and sets the content disposition header as form-data.
When this function called, it uses the MIME database to deduce the type the body based on its name and then sets the deduced type as the content type header.
Definition at line 264 of file qformdatabuilder.cpp.
◆ build() [2/2]
QHttpPart QFormDataPartBuilderPrivate::build |
( |
QFormDataBuilder::Options | options | ) |
|
◆ m_body
◆ m_httpHeaders
◆ m_mimeType
QByteArray QFormDataPartBuilderPrivate::m_mimeType |
◆ m_name
QString QFormDataPartBuilderPrivate::m_name |
◆ m_originalBodyName
QString QFormDataPartBuilderPrivate::m_originalBodyName |
The documentation for this class was generated from the following file: