WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpinet/HttpUtil.h>
Public Member Functions | |
HttpMultipartScanner (std::string_view boundary, bool saveSkipped=false) | |
void | SetBoundary (std::string_view boundary) |
void | Reset (bool saveSkipped=false) |
std::string_view | Execute (std::string_view in) |
bool | IsDone () const |
std::string_view | GetSkipped () const |
|
inlineexplicit |
std::string_view wpi::HttpMultipartScanner::Execute | ( | std::string_view | in | ) |
|
inline |
|
inline |
void wpi::HttpMultipartScanner::Reset | ( | bool | saveSkipped = false | ) |
void wpi::HttpMultipartScanner::SetBoundary | ( | std::string_view | boundary | ) |