Crow  1.0
A C++ microframework for the web
crow::response::static_file_info Struct Reference

This constains metadata (coming from the stat command) related to any static files associated with this response. More...

Collaboration diagram for crow::response::static_file_info:

Public Attributes

std::string path = ""
 
struct stat statbuf
 
int statResult
 

Detailed Description

This constains metadata (coming from the stat command) related to any static files associated with this response.

Either a static file or a string body can be returned as 1 response.

Member Data Documentation

◆ path

std::string crow::response::static_file_info::path = ""

◆ statbuf

struct stat crow::response::static_file_info::statbuf

◆ statResult

int crow::response::static_file_info::statResult

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