Goby3  3.1.5
2024.05.14
httplib::MultipartFormDataProvider Struct Reference

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

Public Attributes

std::string name
 
ContentProviderWithoutLength provider
 
std::string filename
 
std::string content_type
 

Detailed Description

Definition at line 430 of file httplib.h.

Member Data Documentation

◆ content_type

std::string httplib::MultipartFormDataProvider::content_type

Definition at line 435 of file httplib.h.

◆ filename

std::string httplib::MultipartFormDataProvider::filename

Definition at line 434 of file httplib.h.

◆ name

std::string httplib::MultipartFormDataProvider::name

Definition at line 432 of file httplib.h.

◆ provider

ContentProviderWithoutLength httplib::MultipartFormDataProvider::provider

Definition at line 433 of file httplib.h.


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