Protein v0.16.0 Protein.ClientAPI View Source
Functions for making client requests to remote services.
Link to this section Summary
Functions
Calls a responding service that is expected to potentially reject the request
Calls a responding service that is not expected to reject the request
Pushes a request to a non-responding service
Link to this section Functions
Link to this function
call(request_struct) View Source
Calls a responding service that is expected to potentially reject the request.
Link to this function
call!(request_struct) View Source
Calls a responding service that is not expected to reject the request.
Link to this function
push(request_struct) View Source
Pushes a request to a non-responding service.