A GET is fairly simple—you get back the document that you ask for. Let’s try something a little more advanced, like a simple search!GET 은 상당히 간단하다. request하면 document를 받을 수 있다. 간단한 검색처럼, 약간 더 고급스러운 뭔가를 해 보자.The first search we will try is the simplest search possible. We will search for all employees, with this request:첫 번째 검색은 가능한 가장 단순한 검색이다. 아래의 request를 가지고, 모든 직원을 검색할 것이다.GET /megacorp/empl..