Relay::FinishPostContext Struct Reference
#include <service.h>
Public Member Functions | |
FinishPostContext (const HTTPRequestMethod request_method, const Relay::request_ptr &request, Relay::response_ptr &response, const path &parent_path, const action_config_ptr &action, parameter_map &¶meters) | |
Public Attributes | |
const HTTPRequestMethod | request_method |
const Relay::request_ptr | request |
Relay::response_ptr | response |
path | parent_path |
const action_config_ptr | action |
parameter_map | parameters |
Detailed Description
Definition at line 108 of file relay/service.h.
Constructor & Destructor Documentation
Relay::FinishPostContext::FinishPostContext | ( | const HTTPRequestMethod | request_method, |
const Relay::request_ptr & | request, | ||
Relay::response_ptr & | response, | ||
const path & | parent_path, | ||
const action_config_ptr & | action, | ||
parameter_map && | parameters | ||
) | [inline] |
Definition at line 116 of file relay/service.h.
Member Data Documentation
Definition at line 113 of file relay/service.h.
Referenced by Relay::continue_post(), and Relay::finish_post().
Definition at line 114 of file relay/service.h.
Referenced by Relay::continue_post().
Definition at line 112 of file relay/service.h.
Referenced by Relay::continue_post(), and Relay::finish_post().
const Relay::request_ptr Relay::FinishPostContext::request |
Definition at line 110 of file relay/service.h.
Referenced by Relay::continue_post(), and Relay::finish_post().
Definition at line 109 of file relay/service.h.
Referenced by Relay::continue_post().
Relay::response_ptr Relay::FinishPostContext::response |
Definition at line 111 of file relay/service.h.
Referenced by Relay::continue_post(), and Relay::finish_post().
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.