restflow.serverΒΆ

Flask Restful Server for Hiflow3Session.

Functions

abort(http_status_code, **kwargs) Raise a HTTPException for the given http_status_code.
generate_id()
get_session([token]) finds and returns the session for the current request
open_session(token) creates a new session/simulation environment
send_file(filename_or_fp[, mimetype, ...]) Sends the contents of a file to the client.

Classes

Api([app, prefix, default_mediatype, ...]) The main entry point for the application.
Assets
Assets2
Flask(import_name[, static_path, ...]) The flask object implements a WSGI application and acts as the central object.
Hiflow3Session(working_dir) This class handles session of the elasticity executable.
Resource Represents an abstract RESTful resource.
Result
ResultFunctionsList
ResultList
RunSimulation Start the simulation
Simulation
SimulationOpen
Template
TemplateList

Related Topics

This Page