You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a method for request handling. This should take a request string, parse it and then handle it. Meaning ensure content is not malformed, the command exists and then pass it on to a delegate / data source with a received function that returns the expected return body which is then transformed into a response object.
The text was updated successfully, but these errors were encountered:
There should be a method for request handling. This should take a
request
string, parse it and then handle it. Meaning ensure content is not malformed, the command exists and then pass it on to a delegate / data source with areceived
function that returns the expected return body which is then transformed into aresponse
object.The text was updated successfully, but these errors were encountered: