#include <http_result.h>
◆ HttpStatus
◆ Type
◆ HttpResult() [1/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ HttpResult() [2/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
          std::string &&  | 
          r | ) | 
           | 
        
      
 
 
◆ HttpResult() [3/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
          std::string &&  | 
          r,  | 
        
        
           | 
           | 
          Type  | 
          t,  | 
        
        
           | 
           | 
          std::string  | 
          e = {}  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ HttpResult() [4/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
          HttpStatus  | 
          s,  | 
        
        
           | 
           | 
          std::string &&  | 
          r,  | 
        
        
           | 
           | 
          Type  | 
          t = Type::typeJson,  | 
        
        
           | 
           | 
          std::string  | 
          e = {}  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ HttpResult() [5/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
          const std::string &  | 
          r,  | 
        
        
           | 
           | 
          Type  | 
          t,  | 
        
        
           | 
           | 
          std::string  | 
          e = {}  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ HttpResult() [6/6]
      
        
          | mrs::interface::HttpResult::HttpResult  | 
          ( | 
          std::string &&  | 
          r,  | 
        
        
           | 
           | 
          std::string  | 
          t,  | 
        
        
           | 
           | 
          std::string  | 
          e = {}  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ etag
      
        
          | std::string mrs::interface::HttpResult::etag | 
        
      
 
 
◆ response
      
        
          | std::string mrs::interface::HttpResult::response | 
        
      
 
 
◆ status
◆ type
      
        
          | Type mrs::interface::HttpResult::type {Type::typeJson} | 
        
      
 
 
◆ type_text
      
        
          | std::optional<std::string> mrs::interface::HttpResult::type_text | 
        
      
 
 
The documentation for this struct was generated from the following files:
- router/src/mysql_rest_service/include/mrs/interface/http_result.h
 
- router/src/mysql_rest_service/src/mrs/authentication/helper/http_result.cc