Hello All,
I am playing with the jServer lib.
How can I make a handler that receives a parameter and returns a code to the client ?
For a simple example that I want to do:
Service Handler named payment that accepts a money amount
127.0.0.1:8888/payment 00000500
The service catches the 00000500 and returns
You have entered 00000500
I am playing with the jServer lib.
How can I make a handler that receives a parameter and returns a code to the client ?
For a simple example that I want to do:
Service Handler named payment that accepts a money amount
127.0.0.1:8888/payment 00000500
The service catches the 00000500 and returns
You have entered 00000500