Fwd: Re: Question concerning REST

2016-06-18 Thread Jean-Christophe Boggio
We would like to create an API using REST and EMBPERL. Did you come up with a working solution to implement REST with embperl? Yes, for my little use everything is working nicely. I attach the tiny project. It's quite raw and in french. If you need any explanation, feel free to ask. Best reg

Re: Question concerning REST

2016-06-17 Thread Donavon
Hello. We would like to create an API using REST and EMBPERL. Did you come up with a working solution to implement REST with embperl? Thank You, ~Donavon On 8/27/2015 6:40 AM, Jean-Christophe Boggio wrote: Le 24/08/2015 19:57, Jim Howard a écrit : Darn. My only other bit of advice was "Ar

Re: Question concerning REST

2015-08-27 Thread Jean-Christophe Boggio
Le 24/08/2015 19:57, Jim Howard a écrit : Darn. My only other bit of advice was "Are you sure Embperl is best for this?" No, I'm not sure it's "the best". But I'm sure it's possible (see below). My company maintains a large Embperl app, but we use other tools for REST/JSON (one of the reason

Re: Question concerning REST

2015-08-25 Thread Frank Wesemann
Embperl internally uses CGI.pm to process "data sent to you". Therefore it can't handle mime types other than multipart/form-data or application/x-www-form-urlencoded. I'm even not sure if it can handle HTTP methods other than GET and POST. 2015-08-24 19:05 GMT+02:00 Jean-Christophe Boggio : > >