Lines Matching full:boundary
61 // this method to append "boundary" parameter to it.
156 // boundary: multipart boundary separator.
160 const std::string& boundary = {});
163 // Appends "boundary" parameter to Content-Type header.
182 // Returns a boundary string used to separate multipart form fields.
186 // Returns the starting boundary string: "--<boundary>".
188 // Returns the ending boundary string: "--<boundary>--".
191 std::string boundary_; // Boundary string used as field separator.
201 // Allows to specify a custom |boundary| separator string.
202 explicit FormData(const std::string& boundary);