Variable Request._multipartForm

multipart form (for multipart POST requests)

struct Request
{
  // ...
  MultipartForm _multipartForm ;
  // ...
}