userver: userver/server/handlers/http_handler_static.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
http_handler_static.hpp File Reference

Handler that returns HTTP 200 if file exist and returns file data with mapped content/type. More...

+ Include dependency graph for http_handler_static.hpp:

Go to the source code of this file.

Classes

class  server::handlers::HttpHandlerStatic
 Handler that returns HTTP 200 if file exist and returns file data with mapped content/type. More...
 

Namespaces

namespace  server::handlers
 Most common userver HTTP handlers.
 

Detailed Description

Handler that returns HTTP 200 if file exist and returns file data with mapped content/type.

Definition in file http_handler_static.hpp.