Class used to obtain information about running services.
Extends: RestOperations
Description
The AboutOperations class is used to obtain information about running services.
Instance methods
about
Gets information from a service. Sends a JSON string with information about the service.
FutureOr<shelf.Response> about(shelf.Request req)
- req: shelf.Request - an HTTP request
- returns: FutureOr<shelf.Response> - an HTTP response
getAboutOperation
Gets the service’s information.
Function(shelf.Request req) getAboutOperation()
- returns: Function(shelf.Request req) - about method
setReferences
Sets the references of the service.
@override
void setReferences(IReferences references)
- references: IReferences - service’s references.