EnvironmentRoute

Logic of the Routes in the /environment path.

Functions

Link copied to clipboard

Route of type GET that retrieve current Environment. The server will send the environment to the client in a serialized form. The HTTP Response sent to the client can be of type: 200 (OK) the Environment is sent to the client.

Link copied to clipboard

Route of type GET that retrieve current Environment. The server will render the environment and send it to the client in an already rendered form. The HTTP Response sent to the client can be of type: 200 (OK) the Environment is sent to the client.