A json_operation contain a method and a nickname. operation are associated to a path, that can have multiple methods
#include <seastar/http/json_path.hh>
|
operation_type | method |
|
sstring | nickname |
|
◆ json_operation() [1/2]
seastar::httpd::json_operation::json_operation |
( |
| ) |
|
|
inline |
◆ json_operation() [2/2]
seastar::httpd::json_operation::json_operation |
( |
operation_type |
method, |
|
|
const sstring & |
nickname |
|
) |
| |
|
inline |
Construct with assignment
- Parameters
-
method | the http method type |
nickname | the http nickname |
The documentation for this struct was generated from the following file: