Hello,
I am trying to implement a simple REST/JSON server in embedded perl but
I don't understand how I can retrieve the data sent to me.
I test with this command :
curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html
And the following code shows nothing (apart from th
Hello,
I am trying to implement a simple REST/JSON server in embedded perl but
I don't understand how I can retrieve the data sent to me.
I test with this command :
curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html
And the following code shows nothing (apart from the
Hello,
I am trying to implement a simple REST/JSON server in embedded perl but
I don't understand how I can retrieve the data sent to me.
I test with this command :
curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html
And the following code shows nothing (apart from th