| Interface | Description |
|---|---|
| Adapter.BinaryCallback |
A callback receiving the HTTP response body in the binary
form.
|
| Adapter.Callback |
A callback that returns the HTTP response body.
|
| Class | Description |
|---|---|
| Adapter |
The entry point to all networking accomplished with LoopBack.
|
| Adapter.JsonArrayCallback |
A callback that returns a JSON array.
|
| Adapter.JsonCallback |
A callback that parses a JSON response.
|
| Adapter.JsonObjectCallback |
A callback that returns a JSON object.
|
| RestAdapter |
A specific
Adapter implementation for RESTful servers. |
| RestContract |
A contract specifies how remote method names map to HTTP routes.
|
| RestContractItem |
A single item within a larger SLRESTContract, encapsulation a single route's
verb and pattern, e.g.
|
| StreamParam |
A request parameter that is a (binary) stream.
|