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

Zero-copy view over common multipart part headers. More...

#include <HttpMultipartParser.h>

Public Member Functions

void reset ()
 
Result addHeader (StringSpan name, StringSpan value)
 
StringSpan fieldName () const
 
StringSpan fileName () const
 
bool hasFileName () const
 
bool hasSafeFileName () const
 

Public Attributes

StringSpan contentDisposition
 
StringSpan contentType
 
HttpMultipartContentDispositionView disposition
 

Detailed Description

Zero-copy view over common multipart part headers.


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