userver: userver/server/handlers/http_handler_json_base.hpp File Reference
Loading...
Searching...
No Matches
http_handler_json_base.hpp File Reference

Convenient base for handlers that accept requests with body in JSON format and respond with body in JSON format. More...

+ Include dependency graph for http_handler_json_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  server::handlers::HttpHandlerJsonBase
 Convenient base for handlers that accept requests with body in JSON format and respond with body in JSON format. More...
 

Namespaces

namespace  server::handlers
 Most common userver HTTP handlers.
 

Detailed Description

Convenient base for handlers that accept requests with body in JSON format and respond with body in JSON format.

Definition in file http_handler_json_base.hpp.