Reapply "archive 삭제"

This reverts commit 69ab355bb9.
This commit is contained in:
2026-04-09 10:19:10 +09:00
parent 69ab355bb9
commit aec9ae8c43
245 changed files with 0 additions and 3799 deletions
@@ -1,16 +0,0 @@
GET은 일반적으로 body 메시지가 없다.
( 사용할 수는 있는데 GET 메시지에 body가 허용되지 않는 서버들이 있음. )
##### 요청
GET /members/100 HTTP/1.1
Host: localhost:8080
##### 응답
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 34
{
"username": "young",
"age": 20
}