Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_resource_detail_static Struct Reference

Representation of a static server resource. More...

#include <server.h>

Data Fields

struct http_resource_detail common
 Common resource details.
 
const void * static_data
 Content of the static resource.
 
size_t static_data_len
 Size of the static resource.
 

Detailed Description

Representation of a static server resource.

Field Documentation

◆ common

struct http_resource_detail http_resource_detail_static::common

Common resource details.

◆ static_data

const void* http_resource_detail_static::static_data

Content of the static resource.

◆ static_data_len

size_t http_resource_detail_static::static_data_len

Size of the static resource.


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