userver: userver/server/handlers/http_handler_static.hpp File Reference
Loading...
Searching...
No Matches
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.