A function that, given an A, eventually attempts to decode the B response.
A function that, given an A, eventually attempts to decode the B response.
Communication failures and protocol failures are represented by a Future.failed.
String representation of the method
String representation of the method
A function that takes an A information and eventually returns a WSResponse
A function that takes an A information and eventually returns a WSResponse
A function that, given an A information and a WSRequest, eventually returns a WSResponse
A function that, given an A information and a WSRequest, eventually returns a WSResponse
A function that, given an A and a request model, returns an updated request
containing additional headers
A function that, given an A and a request model, returns an updated request
containing additional headers
Attempts to decode an A from a WSResponse.
Attempts to decode an A from a WSResponse.
Does not modify the request
Does not modify the request
Successfully decodes no information from a response
Successfully decodes no information from a response
Successfully decodes string information from a response
Successfully decodes string information from a response
Interpreter for endpoints.algebra.JsonEntitiesFromCodec that encodes JSON requests and decodes JSON responses.