Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
http::MultipartFile Struct Reference

Represents a file uploaded via multipart/form-data. More...

#include <MultipartForm.hpp>

Public Attributes

std::string name
 
std::string filename
 
std::string content_type
 
std::string_view content
 

Detailed Description

Represents a file uploaded via multipart/form-data.

Member Data Documentation

◆ content

std::string_view http::MultipartFile::content

◆ content_type

std::string http::MultipartFile::content_type

◆ filename

std::string http::MultipartFile::filename

◆ name

std::string http::MultipartFile::name

The documentation for this struct was generated from the following file: