Pergunta de entrevista da empresa Crownpeak

How did you use RESTfull controller and what is the concept of RESTfull controlle?

Resposta da entrevista

Sigiloso

27 de out. de 2016

I have explained my final project which uses RESTfull controller. RESTfull controller is that you can use the HTTP request (GET, POST, PUT, DELETE) and it can be possible to make a stateless controller. It is efficient way for the website because it does not need to stick to one server for the user.