Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpMultipartContentDispositionView Struct Reference

Zero-copy view of a Content-Disposition multipart header value. More...

#include <HttpMultipartParser.h>

Public Member Functions

Result parse (StringSpan headerValue)
 
bool isFormData () const
 

Public Attributes

StringSpan disposition
 
StringSpan name
 
StringSpan fileName
 
bool hasName = false
 
bool hasFileName = false
 

Detailed Description

Zero-copy view of a Content-Disposition multipart header value.


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