send abstract method

Issues an HTTP request to the specified URL, returning a Future that resolves with an SignalRHttpResponse representing the result.

request: An HttpRequest describing the request to send. Returns a Future that resolves with an SignalRHttpResponse describing the response, or rejects with an Error indicating a failure.

Implementation

Future<SignalRHttpResponse> send(SignalRHttpRequest request);