Lines Matching full:multipart
28 // multipart/form-data and multipart/mixed content.
29 // For more details on multipart content, see the following RFC:
80 // nested file uploads inside "multipart/mixed" sections, this can be "file".
147 // Multipart form field.
150 // file field, when the uploaded files should be sent as "multipart/mixed".
155 // content_type: valid content type. If omitted, "multipart/mixed" is used.
156 // boundary: multipart boundary separator.
169 // field, a file upload field or a multipart form field.
182 // Returns a boundary string used to separate multipart form fields.
197 // A class representing a multipart form data for sending as HTTP POST request.
205 // field, a file upload field or a multipart form field.