Goby3  3.1.5
2024.05.14
httplib::MultipartFormData Struct Reference

#include <goby/util/thirdparty/cpp-httplib/httplib.h>

Public Attributes

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

Detailed Description

Definition at line 379 of file httplib.h.

Member Data Documentation

◆ content

std::string httplib::MultipartFormData::content

Definition at line 382 of file httplib.h.

◆ content_type

std::string httplib::MultipartFormData::content_type

Definition at line 384 of file httplib.h.

◆ filename

std::string httplib::MultipartFormData::filename

Definition at line 383 of file httplib.h.

◆ name

std::string httplib::MultipartFormData::name

Definition at line 381 of file httplib.h.


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