Project Alice
Loading...
Searching...
No Matches
httplib::MultipartFormData Struct Reference

#include <httplib.h>

Public Attributes

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

Detailed Description

Definition at line 520 of file httplib.h.

Member Data Documentation

◆ content

std::string httplib::MultipartFormData::content

Definition at line 522 of file httplib.h.

◆ content_type

std::string httplib::MultipartFormData::content_type

Definition at line 524 of file httplib.h.

◆ filename

std::string httplib::MultipartFormData::filename

Definition at line 523 of file httplib.h.

◆ name

std::string httplib::MultipartFormData::name

Definition at line 521 of file httplib.h.


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