Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
http_resource_detail_static_fs Struct Reference

Representation of a static filesystem server resource. More...

#include <zephyr/net/http/server.h>

Data Fields

struct http_resource_detail common
 Common resource details.
const char * fs_path
 Path in the local filesystem.

Detailed Description

Representation of a static filesystem server resource.

Field Documentation

◆ common

struct http_resource_detail http_resource_detail_static_fs::common

Common resource details.

◆ fs_path

const char* http_resource_detail_static_fs::fs_path

Path in the local filesystem.


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