KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlMultipartPartMeta Struct Reference

#include <body_reader_multipart.h>

Data Fields

const char * name
 
size_t name_len
 
const char * filename
 
size_t filename_len
 
const char * content_type
 
size_t content_type_len
 

Detailed Description

Per-part metadata returned at PART_BEGIN. Pointers are reader-owned.

Field Documentation

◆ name

const char* KlMultipartPartMeta::name

◆ name_len

size_t KlMultipartPartMeta::name_len

◆ filename

const char* KlMultipartPartMeta::filename

NULL if no filename= attribute

◆ filename_len

size_t KlMultipartPartMeta::filename_len

◆ content_type

const char* KlMultipartPartMeta::content_type

NULL if no Content-Type header

◆ content_type_len

size_t KlMultipartPartMeta::content_type_len

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