Question: You will create a Kitura REST server. The server listens to port 8888 and implements a service that will perform a mathematical multiplication operation on
You will create a Kitura REST server. The server listens to port 8888 and implements a service that will perform a mathematical multiplication operation on two input numbers (sent with the POST method). It multiplies two numbers and returns the result via the response message. The specification of the service is summarized in the following table. HTTP Response Service Name Method HTTP Request Parameters Format Data Two operands of JSON Float type) Format Data /MathService/multiply POST Plain Text The result of the operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
