Represents a service that makes http invocations.
Makes the request.
The request object to make.
A promise that resolves the request if a 200 code is returned, or rejects if a 400 or 500 code is returned. The request is rerouted if a 300 code is returned.
Represents a service that makes http invocations.