This is the complete list of members for NAF::Functions::Function, including all inherited members.
AddAction_(std::string identifier) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
AddCookie_(std::string name, std::string value) (defined in NAF::HTTP::Request) | NAF::HTTP::Request | |
AddHeader_(std::string name, std::string value) (defined in NAF::HTTP::Request) | NAF::HTTP::Request | |
CommonResponses() (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
CompoundFillResponse_(HTTP::Status status, JSON::Object::Ptr result_json, std::string message) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
CompoundResponse_(HTTP::Status status, JSON::Object::Ptr result_json) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
CustomHTMLResponse_(HTTP::Status status, std::string html_message) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
DownloadProcess_(std::string &filepath) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
FileResponse_(HTTP::Status status, std::string address) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
FillResponses_() (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | protected |
FillStatusMessage_(JSON::Object::Ptr json_object, HTTP::Status status, std::string message) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | protected |
Function() (defined in NAF::Functions::Function) | NAF::Functions::Function | |
Function(std::string endpoint, HTTP::EnumMethods method, ResponseType response_type=ResponseType::kJSON) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
get_actions() (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_cookies() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | inline |
get_current_user() (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_endpoint() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_error() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_error_message() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_file_manager() (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_headers() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | inline |
get_http_server_request() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | inline |
get_http_server_response() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | inline |
get_method() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_methods() (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_remove_file_on_modify() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_response_type() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
get_responses_() (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | inline |
get_target() const (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
HTMLResponse_(HTTP::Status status, std::string message) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
HTTPServerRequestPtr typedef (defined in NAF::HTTP::Request) | NAF::HTTP::Request | |
HTTPServerResponsePtr typedef (defined in NAF::HTTP::Request) | NAF::HTTP::Request | |
JSONResponse_(HTTP::Status status, std::string message) (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses | |
ModifyProcess_(std::string &filepath) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
Process_(HTTP::Request::HTTPServerRequestPtr request, HTTP::Request::HTTPServerResponsePtr response) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
ProcessAction_(Action::Ptr action) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
ProcessFile_(std::string &filepath) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
ProcessJSON_(JSON::Object::Ptr &json_result) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
Ptr typedef (defined in NAF::Functions::Function) | NAF::Functions::Function | |
RemoveProcess_(std::string &filepath) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
Request() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | |
ResponseType enum name (defined in NAF::Functions::Function) | NAF::Functions::Function | |
set_endpoint(std::string endpoint) (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
set_method(HTTP::EnumMethods type) (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
set_remove_file_on_modify(bool remove_file_on_modify) (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
set_response_type(ResponseType response_type) (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
set_target(std::string target) (defined in NAF::Functions::Function) | NAF::Functions::Function | inline |
Setup_(HTTP::Request::HTTPServerRequestPtr request, HTTP::Request::HTTPServerResponsePtr response) (defined in NAF::Functions::Function) | NAF::Functions::Function | protected |
SetupCookies_() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | protected |
SetupCustomProcess_(std::function< void(Function &)> custom_process) (defined in NAF::Functions::Function) | NAF::Functions::Function | |
SetupHeaders_() (defined in NAF::HTTP::Request) | NAF::HTTP::Request | protected |
SetupRequest_(Net::HTTPServerRequest &request) (defined in NAF::HTTP::Request) | NAF::HTTP::Request | protected |
SetupResponse_(Net::HTTPServerResponse &response) (defined in NAF::HTTP::Request) | NAF::HTTP::Request | protected |
UploadProcess_() (defined in NAF::Functions::Function) | NAF::Functions::Function | |
~CommonResponses() (defined in NAF::HTTP::CommonResponses) | NAF::HTTP::CommonResponses |