HTTP v1.17.0
Loading...
Searching...
No Matches
MultipartParser< Args > Class Template Reference

Public Member Functions

constexpr MultipartParser (std::string_view format)
 
void getValues (std::string_view data, Args &... args) const
 

Detailed Description

template<typename... Args>
class MultipartParser< Args >

Definition at line 45 of file HttpUtility.cpp.

Constructor & Destructor Documentation

◆ MultipartParser()

template<typename... Args>
MultipartParser< Args >::MultipartParser ( std::string_view format)
inlineconstexpr

Definition at line 75 of file HttpUtility.cpp.

Member Function Documentation

◆ getValues()

template<typename... Args>
void MultipartParser< Args >::getValues ( std::string_view data,
Args &... args ) const
inline

Definition at line 100 of file HttpUtility.cpp.


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