https://mooseframework.inl.gov
Functions
WebServerControl.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("MooseApp", WebServerControl)
 
template void WebServerControl::addServerAction< WebServerControl::RequestMethod::GET > (const std::string &, std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> &&, const WebServerControl::ServerActionOptions &)
 Explicitly instantiate the addServerAction method for the valid request types. More...
 
template void WebServerControl::addServerAction< WebServerControl::RequestMethod::POST > (const std::string &, std::function< WebServerControl::Response(const WebServerControl::Request &, WebServerControl &)> &&, const WebServerControl::ServerActionOptions &options)
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "MooseApp"  ,
WebServerControl   
)

◆ WebServerControl::addServerAction< WebServerControl::RequestMethod::GET >()

Explicitly instantiate the addServerAction method for the valid request types.

◆ WebServerControl::addServerAction< WebServerControl::RequestMethod::POST >()