WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::HttpMultipartScanner Class Reference

#include <wpi/net/HttpUtil.hpp>

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

Constructor & Destructor Documentation

◆ HttpMultipartScanner()

wpi::net::HttpMultipartScanner::HttpMultipartScanner ( std::string_view boundary,
bool saveSkipped = false )
inlineexplicit

Member Function Documentation

◆ Execute()

std::string_view wpi::net::HttpMultipartScanner::Execute ( std::string_view in)

◆ GetSkipped()

std::string_view wpi::net::HttpMultipartScanner::GetSkipped ( ) const
inline

◆ IsDone()

bool wpi::net::HttpMultipartScanner::IsDone ( ) const
inline

◆ Reset()

void wpi::net::HttpMultipartScanner::Reset ( bool saveSkipped = false)

◆ SetBoundary()

void wpi::net::HttpMultipartScanner::SetBoundary ( std::string_view boundary)

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