iw_rest_client library

Classes

HttpClientService
This class implements de Dart http client encapsulates to a RestClientService.
RestClientService
This interface represents the service responsible to send a request to the server. You should use it to implement other http clients and to encapsulate the Dart http client as well.
RestResponse
This class represents the response of a request by the encapsulated rest client.
RestUri
This class represents the uri of a request by the encapsulated rest client.

Enums

RestMethod
This enum represents the supported HTTP methods by the package.
RestScheme
This enum represents the supported schemes by the package.
RestStatus
This enum represents the expected request status code of the package.

Exceptions / Errors

RestException
This class represents an exception thrown by the encapsulated rest client.